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
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type LeaseContainerResponseInnerModifier and TypeClassDescriptionfinal classLease Container response schema.Methods in com.azure.resourcemanager.storage.fluent.models that return LeaseContainerResponseInnerModifier and TypeMethodDescriptionstatic LeaseContainerResponseInnerLeaseContainerResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LeaseContainerResponseInner from the JsonReader.LeaseContainerResponseInner.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.