GetGuestAgentPlainArgs

data class GetGuestAgentPlainArgs(val guestAgentName: String, val resourceGroupName: String, val virtualMachineName: String) : ConvertibleToJava<GetGuestAgentPlainArgs>

Constructors

Link copied to clipboard
fun GetGuestAgentPlainArgs(guestAgentName: String, resourceGroupName: String, virtualMachineName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetGuestAgentPlainArgs

Properties

Link copied to clipboard

Name of the GuestAgent.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

Name of the vm.