get Machine Run Command
suspend fun getMachineRunCommand(argument: GetMachineRunCommandPlainArgs): GetMachineRunCommandResult
The operation to get a run command. Uses Azure REST API version 2023-10-03-preview. Other available API versions: 2024-03-31-preview, 2024-05-20-preview, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13.
Return
Describes a Run Command
Parameters
argument
null
suspend fun getMachineRunCommand(machineName: String, resourceGroupName: String, runCommandName: String): GetMachineRunCommandResult
Return
Describes a Run Command
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.
See also
suspend fun getMachineRunCommand(argument: suspend GetMachineRunCommandPlainArgsBuilder.() -> Unit): GetMachineRunCommandResult
Return
Describes a Run Command
Parameters
argument
Builder for com.pulumi.azurenative.hybridcompute.kotlin.inputs.GetMachineRunCommandPlainArgs.