| Package | Description |
|---|---|
| com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
BlobBreakLeaseOptions |
BlobBreakLeaseOptions.setBreakPeriod(Duration breakPeriod) |
BlobBreakLeaseOptions |
BlobBreakLeaseOptions.setRequestConditions(BlobLeaseRequestConditions requestConditions) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<Integer>> |
BlobLeaseAsyncClient.breakLeaseWithResponse(BlobBreakLeaseOptions options)
Breaks the previously acquired lease, if it exists.
|
com.azure.core.http.rest.Response<Integer> |
BlobLeaseClient.breakLeaseWithResponse(BlobBreakLeaseOptions options,
Duration timeout,
com.azure.core.util.Context context)
Breaks the previously acquired lease, if it exists.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.