Get Virtual Machine Scale Set VMPlain Args
data class GetVirtualMachineScaleSetVMPlainArgs(val expand: String? = null, val instanceId: String, val resourceGroupName: String, val vmScaleSetName: String) : ConvertibleToJava<GetVirtualMachineScaleSetVMPlainArgs>
Properties
Link copied to clipboard
The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. 'resiliencyView' will retrieve the instance view of the Virtual machine (if applicable) and include 'resilientVMDeletionStatus' as part of it.
Link copied to clipboard
The instance ID of the virtual machine.
Link copied to clipboard
The name of the resource group.
Link copied to clipboard
The name of the VM scale set.