Share via


IGuestConfigurationNavigation.AssignmentType 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? AssignmentType { 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.AssignmentType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.AssignmentType> with get, set
Public Property AssignmentType As Nullable(Of AssignmentType)

Property Value

Attributes

Applies to