getMachine

Retrieves information about the model view or the instance view of a hybrid machine. Azure REST API version: 2022-12-27. Other available API versions: 2019-03-18-preview, 2019-08-02-preview, 2020-08-02, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview.

Return

Describes a hybrid machine.

Parameters

argument

null


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

Return

Describes a hybrid machine.

See also

Parameters

expand

The expand expression to apply on the operation.

machineName

The name of the hybrid machine.

resourceGroupName

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


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

Return

Describes a hybrid machine.

See also

Parameters

argument

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