Uses of Class
com.azure.resourcemanager.storage.fluent.models.LeaseShareResponseInner
Packages that use LeaseShareResponseInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 LeaseShareResponseInnerModifier and TypeMethodDescriptionThe 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 LeaseShareResponseInnerModifier and TypeMethodDescriptionFileSharesClient.leaseAsync(String resourceGroupName, String accountName, String shareName) 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 LeaseShareResponseInnerModifier and TypeMethodDescriptionstatic LeaseShareResponseInnerLeaseShareResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LeaseShareResponseInner from the JsonReader.LeaseShareResponseInner.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.LeaseShareResponseInner.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 LeaseShareResponseInnerModifier and TypeMethodDescriptionFileSharesLeaseResponse.getValue()Gets the deserialized response body.Constructors in com.azure.resourcemanager.storage.models with parameters of type LeaseShareResponseInnerModifierConstructorDescriptionFileSharesLeaseResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LeaseShareResponseInner value, FileSharesLeaseHeaders headers) Creates an instance of FileSharesLeaseResponse.