GetVirtualMachineRunCommandByVirtualMachinePlainArgs

data class GetVirtualMachineRunCommandByVirtualMachinePlainArgs(val expand: String? = null, val resourceGroupName: String, val runCommandName: String, val vmName: String) : ConvertibleToJava<GetVirtualMachineRunCommandByVirtualMachinePlainArgs>

Constructors

constructor(expand: String? = null, resourceGroupName: String, runCommandName: String, vmName: String)

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation.

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

Functions

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