Uses of Class
com.azure.storage.blob.options.AppendBlobSealOptions
-
Packages that use AppendBlobSealOptions 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. -
-
Uses of AppendBlobSealOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return AppendBlobSealOptions Modifier and Type Method Description AppendBlobSealOptionsAppendBlobSealOptions. setRequestConditions(AppendBlobRequestConditions requestConditions) -
Uses of AppendBlobSealOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type AppendBlobSealOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<Void>>AppendBlobAsyncClient. sealWithResponse(AppendBlobSealOptions options)Seals an append blob, making it read only.com.azure.core.http.rest.Response<Void>AppendBlobClient. sealWithResponse(AppendBlobSealOptions options, Duration timeout, com.azure.core.util.Context context)Seals an append blob, making it read only.
-