Uses of Class
com.azure.resourcemanager.storage.models.FileSharesLeaseResponse
-
Packages that use FileSharesLeaseResponse Package Description com.azure.resourcemanager.storage.fluent 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 FileSharesLeaseResponse Modifier and Type Method Description 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.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type FileSharesLeaseResponse Modifier and Type Method Description 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.
-