ReplicatedVMManagedDiskTargetDiskEncryptionKeyEncryptionKeyArgs

data class ReplicatedVMManagedDiskTargetDiskEncryptionKeyEncryptionKeyArgs(val keyUrl: Output<String>, val vaultId: Output<String>) : ConvertibleToJava<ReplicatedVMManagedDiskTargetDiskEncryptionKeyEncryptionKeyArgs>

Constructors

constructor(keyUrl: Output<String>, vaultId: Output<String>)

Properties

Link copied to clipboard
val keyUrl: Output<String>

The URL to the Key Vault Key used as the Key Encryption Key that the Managed Disk will be associated with. This can be found as id on the azure.keyvault.Key resource. Changing this forces a new resource to be created.

Link copied to clipboard
val vaultId: Output<String>

The ID of the Key Vault. This can be found as id on the azure.keyvault.KeyVault resource. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): ReplicatedVMManagedDiskTargetDiskEncryptionKeyEncryptionKeyArgs