getMachine

Retrieves information about the model view or the instance view of a hybrid machine. Uses Azure REST API version 2024-07-10. Other available API versions: 2020-08-15-preview, 2021-01-28-preview, 2021-03-25-preview, 2021-04-22-preview, 2021-05-17-preview, 2021-05-20, 2021-06-10-preview, 2021-12-10-preview, 2022-03-10, 2022-05-10-preview, 2022-08-11-preview, 2022-11-10, 2022-12-27, 2022-12-27-preview, 2023-03-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcompute [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Describes a hybrid machine.

Parameters

argument

null


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

Return

Describes a hybrid machine.

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.

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