GetGuestConfigurationAssignmentPlainArgs

data class GetGuestConfigurationAssignmentPlainArgs(val guestConfigurationAssignmentName: String, val resourceGroupName: String, val vmName: String) : ConvertibleToJava<GetGuestConfigurationAssignmentPlainArgs>

Constructors

Link copied to clipboard
fun GetGuestConfigurationAssignmentPlainArgs(guestConfigurationAssignmentName: String, resourceGroupName: String, vmName: String)

Functions

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

Properties

Link copied to clipboard

The guest configuration assignment name.

Link copied to clipboard

The resource group name.

Link copied to clipboard

The name of the virtual machine.