Get Guest Configuration Assignment Result
data class GetGuestConfigurationAssignmentResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String? = null, val properties: GuestConfigurationAssignmentPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Guest configuration assignment is an association between a machine and guest configuration.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String? = null, properties: GuestConfigurationAssignmentPropertiesResponse, systemData: SystemDataResponse, type: String)