Uses of Class
com.azure.resourcemanager.storage.fluent.models.LeaseShareResponseInner
-
Packages that use LeaseShareResponseInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of LeaseShareResponseInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return LeaseShareResponseInner Modifier and Type Method Description LeaseShareResponseInnerFileSharesClient. lease(String resourceGroupName, String accountName, String shareName)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 LeaseShareResponseInner Modifier and Type Method Description Mono<LeaseShareResponseInner>FileSharesClient. leaseAsync(String resourceGroupName, String accountName, String shareName)The Lease Share operation establishes and manages a lock on a share for delete operations.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. -
Uses of LeaseShareResponseInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LeaseShareResponseInner Modifier and Type Method Description LeaseShareResponseInnerLeaseShareResponseInner. withLeaseId(String leaseId)Set the leaseId property: Returned unique lease ID that must be included with any request to delete the share, or to renew, change, or release the lease.LeaseShareResponseInnerLeaseShareResponseInner. withLeaseTimeSeconds(String leaseTimeSeconds)Set the leaseTimeSeconds property: Approximate time remaining in the lease period, in seconds. -
Uses of LeaseShareResponseInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return LeaseShareResponseInner Modifier and Type Method Description LeaseShareResponseInnerFileSharesLeaseResponse. getValue()Constructors in com.azure.resourcemanager.storage.models with parameters of type LeaseShareResponseInner Constructor Description FileSharesLeaseResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LeaseShareResponseInner value, FileSharesLeaseHeaders headers)Creates an instance of FileSharesLeaseResponse.
-