UpdateEncryptionConfig Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. store. models. UpdateEncryptionConfig
- com.
public class UpdateEncryptionConfig
The encryption configuration used to update a user managed Key Vault key.
Method Summary
Modifier and Type | Method and Description |
---|---|
Update |
keyVaultMetaInfo()
Get the keyVaultMetaInfo value. |
Update |
withKeyVaultMetaInfo(UpdateKeyVaultMetaInfo keyVaultMetaInfo)
Set the keyVaultMetaInfo value. |
Method Details
keyVaultMetaInfo
public UpdateKeyVaultMetaInfo keyVaultMetaInfo()
Get the keyVaultMetaInfo value.
Returns:
the keyVaultMetaInfo value
withKeyVaultMetaInfo
public UpdateEncryptionConfig withKeyVaultMetaInfo(UpdateKeyVaultMetaInfo keyVaultMetaInfo)
Set the keyVaultMetaInfo value.
Parameters:
keyVaultMetaInfo
- the keyVaultMetaInfo value to set
Returns:
the UpdateEncryptionConfig object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java