BlobContainerEncryptionScope Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobContainerEncryptionScope
- com.
public final class BlobContainerEncryptionScope
Parameter group.
Constructor Summary
Constructor | Description |
---|---|
BlobContainerEncryptionScope() |
Creates an instance of Blob |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getDefaultEncryptionScope()
Get the default |
boolean |
isEncryptionScopeOverridePrevented()
Get the encryption |
Blob |
setDefaultEncryptionScope(String defaultEncryptionScope)
Set the default |
Blob |
setEncryptionScopeOverridePrevented(Boolean encryptionScopeOverridePrevented)
Set the encryption |
Methods inherited from java.lang.Object
Constructor Details
BlobContainerEncryptionScope
public BlobContainerEncryptionScope()
Creates an instance of BlobContainerEncryptionScope class.
Method Details
getDefaultEncryptionScope
public String getDefaultEncryptionScope()
Get the defaultEncryptionScope property: Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes.
Returns:
isEncryptionScopeOverridePrevented
public boolean isEncryptionScopeOverridePrevented()
Get the encryptionScopeOverridePrevented property: Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container.
Returns:
setDefaultEncryptionScope
public BlobContainerEncryptionScope setDefaultEncryptionScope(String defaultEncryptionScope)
Set the defaultEncryptionScope property: Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes.
Parameters:
Returns:
setEncryptionScopeOverridePrevented
public BlobContainerEncryptionScope setEncryptionScopeOverridePrevented(Boolean encryptionScopeOverridePrevented)
Set the encryptionScopeOverridePrevented property: Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container.
Parameters:
Returns:
Applies to
Azure SDK for Java