Uses of Class
com.azure.storage.blob.models.BlobContainerEncryptionScope
-
Packages that use BlobContainerEncryptionScope Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of BlobContainerEncryptionScope in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type BlobContainerEncryptionScope Modifier and Type Method Description BlobContainerClientBuilderBlobContainerClientBuilder. blobContainerEncryptionScope(BlobContainerEncryptionScope blobContainerEncryptionScope)Sets theencryption scopethat is used to determine how blob contents are encrypted on the server.BlobServiceClientBuilderBlobServiceClientBuilder. 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 BlobContainerEncryptionScope Modifier and Type Method Description BlobContainerEncryptionScopeBlobContainerEncryptionScope. setDefaultEncryptionScope(String defaultEncryptionScope)Set the defaultEncryptionScope property: Optional.BlobContainerEncryptionScopeBlobContainerEncryptionScope. setEncryptionScopeOverridePrevented(Boolean encryptionScopeOverridePrevented)Set the encryptionScopeOverridePrevented property: Optional.
-