UpdateKeyVaultMetaInfo Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. store. models. UpdateKeyVaultMetaInfo
- com.
public class UpdateKeyVaultMetaInfo
The Key Vault update information used for user managed key rotation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
encryptionKeyVersion()
Get the encryptionKeyVersion value. |
Update |
withEncryptionKeyVersion(String encryptionKeyVersion)
Set the encryptionKeyVersion value. |
Method Details
encryptionKeyVersion
public String encryptionKeyVersion()
Get the encryptionKeyVersion value.
Returns:
the encryptionKeyVersion value
withEncryptionKeyVersion
public UpdateKeyVaultMetaInfo withEncryptionKeyVersion(String encryptionKeyVersion)
Set the encryptionKeyVersion value.
Parameters:
encryptionKeyVersion
- the encryptionKeyVersion value to set
Returns:
the UpdateKeyVaultMetaInfo object itself.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java