getMachineExtension

The operation to get the extension. Uses Azure REST API version 2022-12-27. Other available API versions: 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13.

Return

Describes a Machine Extension.

Parameters

argument

null


suspend fun getMachineExtension(extensionName: String, machineName: String, resourceGroupName: String): GetMachineExtensionResult

Return

Describes a Machine Extension.

Parameters

extensionName

The name of the machine extension.

machineName

The name of the machine containing the extension.

resourceGroupName

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

See also


Return

Describes a Machine Extension.

Parameters

argument

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

See also