GetGuestConfigurationHCRPAssignmentResult

data class GetGuestConfigurationHCRPAssignmentResult(val id: String, val location: String? = null, val name: String? = null, val properties: GuestConfigurationAssignmentPropertiesResponse, val type: String)

Guest configuration assignment is an association between a machine and guest configuration.

Constructors

constructor(id: String, location: String? = null, name: String? = null, properties: GuestConfigurationAssignmentPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ARM resource id of the guest configuration assignment.

Link copied to clipboard
val location: String? = null

Region where the VM is located.

Link copied to clipboard
val name: String? = null

Name of the guest configuration assignment.

Link copied to clipboard

Properties of the Guest configuration assignment.

Link copied to clipboard

The type of the resource.