| 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 |
|---|---|
ShareBreakLeaseOptions |
ShareBreakLeaseOptions.setBreakPeriod(Duration breakPeriod) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<Void>> |
ShareLeaseAsyncClient.breakLeaseWithResponse(ShareBreakLeaseOptions options)
Breaks the previously acquired lease, if it exists.
|
com.azure.core.http.rest.Response<Void> |
ShareLeaseClient.breakLeaseWithResponse(ShareBreakLeaseOptions options,
Duration timeout,
com.azure.core.util.Context context)
Breaks the previously acquired lease, if it exists.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.