Disk Encryption Set Resource Settings Args
data class DiskEncryptionSetResourceSettingsArgs(val resourceType: Output<String>, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>) : ConvertibleToJava<DiskEncryptionSetResourceSettingsArgs>
Defines the disk encryption set resource settings.
Properties
Link copied to clipboard
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 group name.
Link copied to clipboard
Gets or sets the target Resource name.