Uses of Class
com.azure.resourcemanager.storage.models.LeaseContainerRequest
-
Packages that use LeaseContainerRequest Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of LeaseContainerRequest in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type LeaseContainerRequest Modifier and Type Method Description 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 LeaseContainerRequest in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return LeaseContainerRequest Modifier and Type Method Description LeaseContainerRequestLeaseContainerRequest. withAction(LeaseContainerRequestAction action)Set the action property: Specifies the lease action.LeaseContainerRequestLeaseContainerRequest. withBreakPeriod(Integer breakPeriod)Set the breakPeriod property: Optional.LeaseContainerRequestLeaseContainerRequest. withLeaseDuration(Integer leaseDuration)Set the leaseDuration property: Required for acquire.LeaseContainerRequestLeaseContainerRequest. withLeaseId(String leaseId)Set the leaseId property: Identifies the lease.LeaseContainerRequestLeaseContainerRequest. withProposedLeaseId(String proposedLeaseId)Set the proposedLeaseId property: Optional for acquire, required for change.
-