Uses of Class
com.azure.resourcemanager.storage.models.LeaseShareRequest
-
Packages that use LeaseShareRequest 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 LeaseShareRequest in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type LeaseShareRequest Modifier and Type Method Description Mono<LeaseShareResponseInner>FileSharesClient. leaseAsync(String resourceGroupName, String accountName, String shareName, String xMsSnapshot, LeaseShareRequest parameters)The Lease Share operation establishes and manages a lock on a share for delete operations.FileSharesLeaseResponseFileSharesClient. leaseWithResponse(String resourceGroupName, String accountName, String shareName, String xMsSnapshot, LeaseShareRequest parameters, com.azure.core.util.Context context)The Lease Share operation establishes and manages a lock on a share for delete operations.Mono<FileSharesLeaseResponse>FileSharesClient. leaseWithResponseAsync(String resourceGroupName, String accountName, String shareName, String xMsSnapshot, LeaseShareRequest parameters)The Lease Share operation establishes and manages a lock on a share for delete operations. -
Uses of LeaseShareRequest in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return LeaseShareRequest Modifier and Type Method Description LeaseShareRequestLeaseShareRequest. withAction(LeaseShareAction action)Set the action property: Specifies the lease action.LeaseShareRequestLeaseShareRequest. withBreakPeriod(Integer breakPeriod)Set the breakPeriod property: Optional.LeaseShareRequestLeaseShareRequest. withLeaseDuration(Integer leaseDuration)Set the leaseDuration property: Required for acquire.LeaseShareRequestLeaseShareRequest. withLeaseId(String leaseId)Set the leaseId property: Identifies the lease.LeaseShareRequestLeaseShareRequest. withProposedLeaseId(String proposedLeaseId)Set the proposedLeaseId property: Optional for acquire, required for change.
-