Uses of Class
com.azure.resourcemanager.storage.models.LeaseContainerRequest
Packages that use LeaseContainerRequest
Package
Description
Package containing the service clients for StorageManagementClient.
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 LeaseContainerRequestModifier and TypeMethodDescriptioncom.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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type LeaseContainerRequestModifier and TypeClassDescriptionfinal classLease Container request schema.Methods in com.azure.resourcemanager.storage.models that return LeaseContainerRequestModifier and TypeMethodDescriptionstatic LeaseContainerRequestLeaseContainerRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LeaseContainerRequest from the JsonReader.LeaseContainerRequest.withAction(LeaseContainerRequestAction action) Set the action property: Specifies the lease action.LeaseContainerRequest.withBreakPeriod(Integer breakPeriod) Set the breakPeriod property: Optional.LeaseContainerRequest.withLeaseDuration(Integer leaseDuration) Set the leaseDuration property: Required for acquire.LeaseContainerRequest.withLeaseId(String leaseId) Set the leaseId property: Identifies the lease.LeaseContainerRequest.withProposedLeaseId(String proposedLeaseId) Set the proposedLeaseId property: Optional for acquire, required for change.