getGuestAgent

Implements GuestAgent GET method. 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

Defines the GuestAgent.

Parameters

argument

null


suspend fun getGuestAgent(name: String, resourceGroupName: String, virtualMachineName: String): GetGuestAgentResult

Return

Defines the GuestAgent.

Parameters

name

Name of the GuestAgent.

resourceGroupName

The Resource Group Name.

virtualMachineName

Name of the vm.

See also


Return

Defines the GuestAgent.

Parameters

argument

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

See also