get Machine Extension
The operation to get the extension. Uses Azure REST API version 2023-03-01-preview. Other available API versions: 2022-07-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native connectedvmwarevsphere [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Describes a Machine Extension.
Parameters
argument
null
suspend fun getMachineExtension(extensionName: String, resourceGroupName: String, virtualMachineName: String): GetMachineExtensionResult
Return
Describes a Machine Extension.
Parameters
extension Name
The name of the machine extension.
resource Group Name
The Resource Group Name.
virtual Machine Name
The name of the machine containing the extension.
See also
suspend fun getMachineExtension(argument: suspend GetMachineExtensionPlainArgsBuilder.() -> Unit): GetMachineExtensionResult
Return
Describes a Machine Extension.
Parameters
argument
Builder for com.pulumi.azurenative.connectedvmwarevsphere.kotlin.inputs.GetMachineExtensionPlainArgs.