Uses of Enum
com.azure.storage.blob.BlobServiceVersion
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobServiceVersion in com.azure.storage.blob
Modifier and TypeMethodDescriptionstatic BlobServiceVersion
BlobServiceVersion.getLatest()
Gets the latest service version supported by this client libraryBlobContainerAsyncClient.getServiceVersion()
Gets the service version the client is using.BlobContainerClient.getServiceVersion()
Gets the service version the client is using.BlobServiceAsyncClient.getServiceVersion()
Gets the service version the client is using.BlobServiceClient.getServiceVersion()
Gets the service version the client is using.static BlobServiceVersion
Returns the enum constant of this type with the specified name.static BlobServiceVersion[]
BlobServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionBlobClientBuilder.serviceVersion
(BlobServiceVersion version) Sets theBlobServiceVersion
that is used when making API requests.BlobContainerClientBuilder.serviceVersion
(BlobServiceVersion version) Sets theBlobServiceVersion
that is used when making API requests.BlobServiceClientBuilder.serviceVersion
(BlobServiceVersion version) Sets theBlobServiceVersion
that is used when making API requests.ModifierConstructorDescriptionprotected
BlobAsyncClient
(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey) Protected constructor for use byBlobClientBuilder
.protected
BlobAsyncClient
(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope) Protected constructor for use byBlobClientBuilder
.protected
BlobAsyncClient
(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope, String versionId) Protected constructor for use byBlobClientBuilder
. -
Uses of BlobServiceVersion in com.azure.storage.blob.specialized
Modifier and TypeFieldDescriptionprotected final BlobServiceVersion
BlobAsyncClientBase.serviceVersion
Storage REST API version used in requests to the Storage service.Modifier and TypeMethodDescriptionBlobAsyncClientBase.getServiceVersion()
Gets the service version the client is using.BlobClientBase.getServiceVersion()
Gets the service version the client is using.Modifier and TypeMethodDescriptionSpecializedBlobClientBuilder.serviceVersion
(BlobServiceVersion version) Sets theBlobServiceVersion
that is used when making API requests.ModifierConstructorDescriptionprotected
BlobAsyncClientBase
(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey) Protected constructor for use bySpecializedBlobClientBuilder
.protected
BlobAsyncClientBase
(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope) Protected constructor for use bySpecializedBlobClientBuilder
.protected
BlobAsyncClientBase
(com.azure.core.http.HttpPipeline pipeline, String url, BlobServiceVersion serviceVersion, String accountName, String containerName, String blobName, String snapshot, CpkInfo customerProvidedKey, com.azure.storage.blob.implementation.models.EncryptionScope encryptionScope, String versionId) Protected constructor for use bySpecializedBlobClientBuilder
.