Uses of Class
com.azure.storage.blob.BlobServiceVersion
-
Packages that use BlobServiceVersion Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.specialized Package containing specialized clients for Azure Storage Blobs. -
-
Uses of BlobServiceVersion in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobServiceVersion Modifier and Type Method Description static BlobServiceVersionBlobServiceVersion. getLatest()Gets the latest service version supported by this client libraryBlobServiceVersionBlobContainerAsyncClient. getServiceVersion()Gets the service version the client is using.BlobServiceVersionBlobContainerClient. getServiceVersion()Gets the service version the client is using.BlobServiceVersionBlobServiceAsyncClient. getServiceVersion()Gets the service version the client is using.BlobServiceVersionBlobServiceClient. getServiceVersion()Gets the service version the client is using.static BlobServiceVersionBlobServiceVersion. valueOf(String name)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.Methods in com.azure.storage.blob with parameters of type BlobServiceVersion Modifier and Type Method Description BlobClientBuilderBlobClientBuilder. serviceVersion(BlobServiceVersion version)Sets theBlobServiceVersionthat is used when making API requests.BlobContainerClientBuilderBlobContainerClientBuilder. serviceVersion(BlobServiceVersion version)Sets theBlobServiceVersionthat is used when making API requests.BlobServiceClientBuilderBlobServiceClientBuilder. serviceVersion(BlobServiceVersion version)Sets theBlobServiceVersionthat is used when making API requests.Constructors in com.azure.storage.blob with parameters of type BlobServiceVersion Constructor Description 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.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.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
Fields in com.azure.storage.blob.specialized declared as BlobServiceVersion Modifier and Type Field Description protected BlobServiceVersionBlobAsyncClientBase. serviceVersionStorage REST API version used in requests to the Storage service.Methods in com.azure.storage.blob.specialized that return BlobServiceVersion Modifier and Type Method Description BlobServiceVersionBlobAsyncClientBase. getServiceVersion()Gets the service version the client is using.BlobServiceVersionBlobClientBase. getServiceVersion()Gets the service version the client is using.Methods in com.azure.storage.blob.specialized with parameters of type BlobServiceVersion Modifier and Type Method Description SpecializedBlobClientBuilderSpecializedBlobClientBuilder. serviceVersion(BlobServiceVersion version)Sets theBlobServiceVersionthat is used when making API requests.Constructors in com.azure.storage.blob.specialized with parameters of type BlobServiceVersion Constructor Description 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.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.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.
-