VirtualMachineResourceSettingsResponse

data class VirtualMachineResourceSettingsResponse(val resourceType: String, val targetAvailabilitySetId: String? = null, val targetAvailabilityZone: String? = null, val targetResourceName: String, val targetVmSize: String? = null)

Gets or sets the virtual machine resource settings.

Constructors

Link copied to clipboard
constructor(resourceType: String, targetAvailabilitySetId: String? = null, targetAvailabilityZone: String? = null, targetResourceName: String, targetVmSize: 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/virtualMachines'.

Link copied to clipboard

Gets or sets the target availability set id for virtual machines not in an availability set at source.

Link copied to clipboard

Gets or sets the target availability zone.

Link copied to clipboard

Gets or sets the target Resource name.

Link copied to clipboard
val targetVmSize: String? = null

Gets or sets the target virtual machine size.