get Guest Agent
Implements GuestAgent GET method. Azure REST API version: 2022-05-21-preview. Other available API versions: 2023-04-01-preview, 2023-10-07.
Return
Defines the GuestAgent.
Parameters
argument
null
suspend fun getGuestAgent(guestAgentName: String, resourceGroupName: String, virtualMachineName: String): GetGuestAgentResult
Return
Defines the GuestAgent.
Parameters
guest Agent Name
Name of the GuestAgent.
resource Group Name
The name of the resource group.
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.scvmm.kotlin.inputs.GetGuestAgentPlainArgs.