Uses of Class
com.azure.storage.file.share.options.ShareAcquireLeaseOptions
-
Packages that use ShareAcquireLeaseOptions Package Description com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares.com.azure.storage.file.share.specialized Package containing specialized clients for Azure Storage Files. -
-
Uses of ShareAcquireLeaseOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareAcquireLeaseOptions Modifier and Type Method Description ShareAcquireLeaseOptionsShareAcquireLeaseOptions. setDuration(int duration) -
Uses of ShareAcquireLeaseOptions in com.azure.storage.file.share.specialized
Methods in com.azure.storage.file.share.specialized with parameters of type ShareAcquireLeaseOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<String>>ShareLeaseAsyncClient. acquireLeaseWithResponse(ShareAcquireLeaseOptions options)Acquires a lease for write and delete operations.com.azure.core.http.rest.Response<String>ShareLeaseClient. acquireLeaseWithResponse(ShareAcquireLeaseOptions options, Duration timeout, com.azure.core.util.Context context)Acquires a lease for write and delete operations.
-