DiskEncryptionSetResourceSettingsArgs

data class DiskEncryptionSetResourceSettingsArgs(val resourceType: Output<String>, val targetResourceName: Output<String>) : ConvertibleToJava<DiskEncryptionSetResourceSettingsArgs>

Defines the disk encryption set resource settings.

Constructors

Link copied to clipboard
constructor(resourceType: Output<String>, targetResourceName: Output<String>)

Properties

Link copied to clipboard
val resourceType: Output<String>

The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Compute/diskEncryptionSets'.

Link copied to clipboard

Gets or sets the target Resource name.

Functions

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