Uses of Class
com.azure.resourcemanager.storage.models.LeaseShareRequest
Packages that use LeaseShareRequest
Package
Description
Package containing the service clients for StorageManagementClient.
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 LeaseShareRequestModifier 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.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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type LeaseShareRequestMethods in com.azure.resourcemanager.storage.models that return LeaseShareRequestModifier and TypeMethodDescriptionstatic LeaseShareRequestLeaseShareRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LeaseShareRequest from the JsonReader.LeaseShareRequest.withAction(LeaseShareAction action) Set the action property: Specifies the lease action.LeaseShareRequest.withBreakPeriod(Integer breakPeriod) Set the breakPeriod property: Optional.LeaseShareRequest.withLeaseDuration(Integer leaseDuration) Set the leaseDuration property: Required for acquire.LeaseShareRequest.withLeaseId(String leaseId) Set the leaseId property: Identifies the lease.LeaseShareRequest.withProposedLeaseId(String proposedLeaseId) Set the proposedLeaseId property: Optional for acquire, required for change.