GetVirtualMachineScaleSetVMRunCommandPlainArgs

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

Constructors

fun GetVirtualMachineScaleSetVMRunCommandPlainArgs(expand: String? = null, instanceId: String, resourceGroupName: String, runCommandName: String, vmScaleSetName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation.

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 virtual machine run command.

Link copied to clipboard

The name of the VM scale set.