Uses of Class
com.azure.resourcemanager.storage.fluent.models.LeaseContainerResponseInner
-
Packages that use LeaseContainerResponseInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient. -
-
Uses of LeaseContainerResponseInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return LeaseContainerResponseInner Modifier and Type Method Description LeaseContainerResponseInnerBlobContainersClient. lease(String resourceGroupName, String accountName, String containerName)The Lease Container operation establishes and manages a lock on a container for delete operations.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type LeaseContainerResponseInner Modifier and Type Method Description Mono<LeaseContainerResponseInner>BlobContainersClient. leaseAsync(String resourceGroupName, String accountName, String containerName)The Lease Container operation establishes and manages a lock on a container for delete operations.Mono<LeaseContainerResponseInner>BlobContainersClient. leaseAsync(String resourceGroupName, String accountName, String containerName, LeaseContainerRequest parameters)The Lease Container operation establishes and manages a lock on a container for delete operations.com.azure.core.http.rest.Response<LeaseContainerResponseInner>BlobContainersClient. leaseWithResponse(String resourceGroupName, String accountName, String containerName, LeaseContainerRequest parameters, com.azure.core.util.Context context)The Lease Container operation establishes and manages a lock on a container for delete operations.Mono<com.azure.core.http.rest.Response<LeaseContainerResponseInner>>BlobContainersClient. leaseWithResponseAsync(String resourceGroupName, String accountName, String containerName, LeaseContainerRequest parameters)The Lease Container operation establishes and manages a lock on a container for delete operations. -
Uses of LeaseContainerResponseInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LeaseContainerResponseInner Modifier and Type Method Description LeaseContainerResponseInnerLeaseContainerResponseInner. withLeaseId(String leaseId)Set the leaseId property: Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease.LeaseContainerResponseInnerLeaseContainerResponseInner. withLeaseTimeSeconds(String leaseTimeSeconds)Set the leaseTimeSeconds property: Approximate time remaining in the lease period, in seconds.
-