get Machine Run Command
  suspend fun getMachineRunCommand(argument: GetMachineRunCommandPlainArgs): GetMachineRunCommandResult
The operation to get a run command. Azure REST API version: 2023-10-03-preview.
Return
Describes a Run Command
Parameters
argument
null
suspend fun getMachineRunCommand(machineName: String, resourceGroupName: String, runCommandName: String): GetMachineRunCommandResult
Return
Describes a Run Command
See also
Parameters
machine Name
The name of the hybrid machine.
resource Group Name
The name of the resource group. The name is case insensitive.
run Command Name
The name of the run command.
suspend fun getMachineRunCommand(argument: suspend GetMachineRunCommandPlainArgsBuilder.() -> Unit): GetMachineRunCommandResult
Return
Describes a Run Command
See also
Parameters
argument
Builder for com.pulumi.azurenative.hybridcompute.kotlin.inputs.GetMachineRunCommandPlainArgs.