GetGuestConfigurationAssignmentResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource.