Uses of Class
com.azure.resourcemanager.storage.models.FileSharesLeaseResponse
Packages that use FileSharesLeaseResponse
Package
Description
Package containing the service clients for StorageManagementClient.
-
Uses of FileSharesLeaseResponse in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return FileSharesLeaseResponseModifier and TypeMethodDescriptionFileSharesClient.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.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type FileSharesLeaseResponseModifier and TypeMethodDescriptionFileSharesClient.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.