Uses of Class
com.azure.storage.blob.models.BlobContainerEncryptionScope
Packages that use BlobContainerEncryptionScope
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobContainerEncryptionScope in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type BlobContainerEncryptionScopeModifier and TypeMethodDescriptionBlobContainerClientBuilder.blobContainerEncryptionScope(BlobContainerEncryptionScope blobContainerEncryptionScope) Sets theencryption scopethat is used to determine how blob contents are encrypted on the server.BlobServiceClientBuilder.blobContainerEncryptionScope(BlobContainerEncryptionScope blobContainerEncryptionScope) Sets theencryption scopethat is used to determine how blob contents are encrypted on the server. -
Uses of BlobContainerEncryptionScope in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobContainerEncryptionScopeModifier and TypeMethodDescriptionBlobContainerEncryptionScope.setDefaultEncryptionScope(String defaultEncryptionScope) Set the defaultEncryptionScope property: Optional.BlobContainerEncryptionScope.setEncryptionScopeOverridePrevented(Boolean encryptionScopeOverridePrevented) Set the encryptionScopeOverridePrevented property: Optional.