| 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 |
|---|---|
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setDestinationRequestConditions(BlobRequestConditions destinationRequestConditions) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)
Note that this parameter is only applicable to a blob within a container that has immutable storage with
versioning enabled.
|
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setLegalHold(Boolean legalHold)
Note that this parameter is only applicable to a blob within a container that has immutable storage with
versioning enabled.
|
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setMetadata(Map<String,String> metadata) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setSourceAuthorization(com.azure.core.http.HttpAuthorization sourceAuthorization)
Sets "Authorization" header for accessing source URL.
|
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setSourceRequestConditions(com.azure.core.http.RequestConditions sourceRequestConditions) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setTags(Map<String,String> tags) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setTier(AccessTier tier) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<String>> |
BlobAsyncClientBase.copyFromUrlWithResponse(BlobCopyFromUrlOptions options)
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
|
com.azure.core.http.rest.Response<String> |
BlobClientBase.copyFromUrlWithResponse(BlobCopyFromUrlOptions options,
Duration timeout,
com.azure.core.util.Context context)
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.