get Guest Agent
Implements GuestAgent GET method. Azure REST API version: 2022-12-15-preview. Other available API versions: 2023-07-01-preview, 2023-09-01-preview.
Return
Defines the GuestAgent.
Parameters
argument
null
suspend fun getGuestAgent(name: String, resourceGroupName: String, virtualMachineName: String): GetGuestAgentResult
Return
Defines the GuestAgent.
See also
Parameters
name
Name of the GuestAgent.
resource Group Name
The name of the resource group. The name is case insensitive.
virtual Machine Name
Name of the vm.
suspend fun getGuestAgent(argument: suspend GetGuestAgentPlainArgsBuilder.() -> Unit): GetGuestAgentResult
Return
Defines the GuestAgent.
See also
Parameters
argument
Builder for com.pulumi.azurenative.azurestackhci.kotlin.inputs.GetGuestAgentPlainArgs.