toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.scvmm.kotlin.inputs
/
GetGuestAgentPlainArgs
Get
Guest
Agent
Plain
Args
data
class
GetGuestAgentPlainArgs
(
val
guestAgentName
:
String
,
val
resourceGroupName
:
String
,
val
virtualMachineName
:
String
)
:
ConvertibleToJava
<
GetGuestAgentPlainArgs
>
Members
Constructors
Get
Guest
Agent
Plain
Args
Link copied to clipboard
constructor
(
guestAgentName
:
String
,
resourceGroupName
:
String
,
virtualMachineName
:
String
)
Properties
guest
Agent
Name
Link copied to clipboard
val
guestAgentName
:
String
Name of the GuestAgent.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group.
virtual
Machine
Name
Link copied to clipboard
val
virtualMachineName
:
String
Name of the vm.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetGuestAgentPlainArgs