@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class ClientEncryptionIncludedPath extends Object
ClientEncryptionPolicy
.Constructor and Description |
---|
ClientEncryptionIncludedPath() |
Modifier and Type | Method and Description |
---|---|
String |
getClientEncryptionKeyId()
Gets the identifier of the Data Encryption Key to be used to encrypt the path.
|
String |
getEncryptionAlgorithm()
Gets the type of encryption algorithm to be performed.
|
String |
getEncryptionType()
Gets the type of encryption to be performed.
|
String |
getPath()
Gets the path to be encrypted.
|
ClientEncryptionIncludedPath |
setClientEncryptionKeyId(String clientEncryptionKeyId)
Sets the identifier of the Data Encryption Key to be used to encrypt the path.
|
ClientEncryptionIncludedPath |
setEncryptionAlgorithm(String encryptionAlgorithm)
Sets the type of encryption algorithm to be performed.
|
ClientEncryptionIncludedPath |
setEncryptionType(String encryptionType)
Sets the type of encryption to be performed.
|
ClientEncryptionIncludedPath |
setPath(String path)
Sets the path to be encrypted.
|
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getPath()
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public ClientEncryptionIncludedPath setPath(String path)
path
- path to be encrypted@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getClientEncryptionKeyId()
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public ClientEncryptionIncludedPath setClientEncryptionKeyId(String clientEncryptionKeyId)
clientEncryptionKeyId
- identifier of the Data Encryption Key@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getEncryptionType()
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public ClientEncryptionIncludedPath setEncryptionType(String encryptionType)
encryptionType
- type of encryption@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getEncryptionAlgorithm()
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public ClientEncryptionIncludedPath setEncryptionAlgorithm(String encryptionAlgorithm)
encryptionAlgorithm
- type of encryption algorithmCopyright © 2021 Microsoft Corporation. All rights reserved.