public final class BlobContainerEncryptionScope extends Object
| Constructor and Description |
|---|
BlobContainerEncryptionScope() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEncryptionScope()
Get the defaultEncryptionScope property: Optional.
|
boolean |
isEncryptionScopeOverridePrevented()
Get the encryptionScopeOverridePrevented property: Optional.
|
BlobContainerEncryptionScope |
setDefaultEncryptionScope(String defaultEncryptionScope)
Set the defaultEncryptionScope property: Optional.
|
BlobContainerEncryptionScope |
setEncryptionScopeOverridePrevented(Boolean encryptionScopeOverridePrevented)
Set the encryptionScopeOverridePrevented property: Optional.
|
public String getDefaultEncryptionScope()
public BlobContainerEncryptionScope setDefaultEncryptionScope(String defaultEncryptionScope)
defaultEncryptionScope - the defaultEncryptionScope value to set.public boolean isEncryptionScopeOverridePrevented()
public BlobContainerEncryptionScope setEncryptionScopeOverridePrevented(Boolean encryptionScopeOverridePrevented)
encryptionScopeOverridePrevented - the
encryptionScopeOverridePrevented value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.