get Guest Agent
Implements GuestAgent GET method. Uses Azure REST API version 2022-07-15-preview. Other available API versions: 2023-03-01-preview.
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.
resource Group Name
The Resource Group Name.
virtual Machine Name
Name of the vm.
See also
suspend fun getGuestAgent(argument: suspend GetGuestAgentPlainArgsBuilder.() -> Unit): GetGuestAgentResult
Return
Defines the GuestAgent.
Parameters
argument
Builder for com.pulumi.azurenative.connectedvmwarevsphere.kotlin.inputs.GetGuestAgentPlainArgs.