GetVirtualMachineScaleSetVMPlainArgs

data class GetVirtualMachineScaleSetVMPlainArgs(val expand: String? = null, val instanceId: String, val resourceGroupName: String, val vmScaleSetName: String) : ConvertibleToJava<GetVirtualMachineScaleSetVMPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, instanceId: String, resourceGroupName: String, vmScaleSetName: String)

Properties

Link copied to clipboard
val expand: String? = null

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.

Functions

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