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
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