Key For Disk Encryption Set Args
    data class KeyForDiskEncryptionSetArgs(val keyUrl: Output<String>, val sourceVault: Output<SourceVaultArgs>? = null) : ConvertibleToJava<KeyForDiskEncryptionSetArgs> 
Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots
Constructors
Link copied to clipboard
                fun KeyForDiskEncryptionSetArgs(keyUrl: Output<String>, sourceVault: Output<SourceVaultArgs>? = null)