GuestConfigurationAssignmentData Class

Definition

A class representing the GuestConfigurationAssignment data model. Guest configuration assignment is an association between a machine and guest configuration.

public class GuestConfigurationAssignmentData : Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationResourceData
type GuestConfigurationAssignmentData = class
    inherit GuestConfigurationResourceData
Public Class GuestConfigurationAssignmentData
Inherits GuestConfigurationResourceData
Inheritance
GuestConfigurationAssignmentData

Constructors

GuestConfigurationAssignmentData()

Initializes a new instance of GuestConfigurationAssignmentData.

Properties

Id

ARM resource id of the guest configuration assignment.

(Inherited from GuestConfigurationResourceData)
Location

Region where the VM is located.

(Inherited from GuestConfigurationResourceData)
Name

Name of the guest configuration assignment.

(Inherited from GuestConfigurationResourceData)
Properties

Properties of the Guest configuration assignment.

ResourceType

The type of the resource.

(Inherited from GuestConfigurationResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from GuestConfigurationResourceData)

Applies to