GetGuestAgentPlainArgs

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

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, virtualMachineName: String)

Properties

Link copied to clipboard

Name of the GuestAgent.

Link copied to clipboard

The Resource Group Name.

Link copied to clipboard

Name of the vm.

Functions

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