Share via


IGuestConfigurationAssignmentProperties.GuestConfigurationAssignmentType Property

Definition

Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.AssignmentType) }, ReadOnly=false, Required=false, SerializedName="assignmentType")]
public Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.AssignmentType? GuestConfigurationAssignmentType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.AssignmentType) }, ReadOnly=false, Required=false, SerializedName="assignmentType")>]
member this.GuestConfigurationAssignmentType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.AssignmentType> with get, set
Public Property GuestConfigurationAssignmentType As Nullable(Of AssignmentType)

Property Value

Attributes

Applies to