getMachineExtension

The operation to get the extension. Uses Azure REST API version 2022-12-15-preview.

Return

Describes a Machine Extension.

Parameters

argument

null


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

Return

Describes a Machine Extension.

Parameters

extensionName

The name of the machine extension.

name

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.azurestackhci.kotlin.inputs.GetMachineExtensionPlainArgs.

See also