| 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 |
|---|---|
BlobChangeLeaseOptions |
BlobChangeLeaseOptions.setRequestConditions(BlobLeaseRequestConditions requestConditions) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<String>> |
BlobLeaseAsyncClient.changeLeaseWithResponse(BlobChangeLeaseOptions options)
Changes the lease ID.
|
com.azure.core.http.rest.Response<String> |
BlobLeaseClient.changeLeaseWithResponse(BlobChangeLeaseOptions options,
Duration timeout,
com.azure.core.util.Context context)
Changes the lease ID.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.