getMachineExtension

The operation to get the extension. Uses Azure REST API version 2022-07-15-preview. Other available API versions: 2022-01-10-preview, 2023-03-01-preview.

Return

Describes a Machine Extension.

Parameters

argument

null


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

Return

Describes a Machine Extension.

Parameters

extensionName

The name of the machine extension.

resourceGroupName

The Resource Group Name.

virtualMachineName

The name of the machine containing the extension.

See also


Return

Describes a Machine Extension.

Parameters

argument

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

See also