GetMachineRunCommandPlainArgs

data class GetMachineRunCommandPlainArgs(val machineName: String, val resourceGroupName: String, val runCommandName: String) : ConvertibleToJava<GetMachineRunCommandPlainArgs>

Constructors

Link copied to clipboard
fun GetMachineRunCommandPlainArgs(machineName: String, resourceGroupName: String, runCommandName: String)

Functions

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

Properties

Link copied to clipboard

The name of the hybrid machine.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the run command.