UpdateKeyVaultMetaInfo Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.store.models.UpdateKeyVaultMetaInfo

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.

UpdateKeyVaultMetaInfo 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