getMachine

Retrieves information about the model view or the instance view of a hybrid machine. API Version: 2020-08-02.

Return

Describes a hybrid machine.

Parameters

argument

null


suspend fun getMachine(expand: String? = null, name: String, resourceGroupName: String): GetMachineResult

Return

Describes a hybrid machine.

Parameters

expand

The expand expression to apply on the operation.

name

The name of the hybrid machine.

resourceGroupName

The name of the resource group.

See also


suspend fun getMachine(argument: suspend GetMachinePlainArgsBuilder.() -> Unit): GetMachineResult

Return

Describes a hybrid machine.

Parameters

argument

Builder for com.pulumi.azurenative.hybridcompute.kotlin.inputs.GetMachinePlainArgs.

See also