| 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 |
|---|---|
BlobSetTagsOptions |
BlobSetTagsOptions.setRequestConditions(BlobRequestConditions requestConditions) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<Void>> |
BlobAsyncClientBase.setTagsWithResponse(BlobSetTagsOptions options)
Sets user defined tags.
|
com.azure.core.http.rest.Response<Void> |
BlobClientBase.setTagsWithResponse(BlobSetTagsOptions options,
Duration timeout,
com.azure.core.util.Context context)
Sets user defined tags.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.