Uses of Class
com.azure.resourcemanager.storage.fluent.models.LeaseContainerResponseInner
Packages that use LeaseContainerResponseInner
Package
Description
Package containing the service clients for StorageManagementClient.
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 LeaseContainerResponseInnerModifier and TypeMethodDescriptionThe 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 LeaseContainerResponseInnerModifier and TypeMethodDescriptionBlobContainersClient.leaseAsync(String resourceGroupName, String accountName, String containerName) 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 LeaseContainerResponseInnerModifier and TypeMethodDescriptionLeaseContainerResponseInner.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.LeaseContainerResponseInner.withLeaseTimeSeconds(String leaseTimeSeconds) Set the leaseTimeSeconds property: Approximate time remaining in the lease period, in seconds.