| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ShareAcquireLeaseOptions |
ShareAcquireLeaseOptions.setDuration(int duration) |
| Modifier and Type | Method and 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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.