DiskEncryptionSetResourceSettingsResponse

data class DiskEncryptionSetResourceSettingsResponse(val resourceType: String, val targetResourceGroupName: String? = null, val targetResourceName: String? = null)

Defines the disk encryption set resource settings.

Constructors

constructor(resourceType: String, targetResourceGroupName: String? = null, targetResourceName: String? = null)

Types

Link copied to clipboard
object Companion

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.