Share via


IGuestConfigurationNavigation.ConfigurationSettingConfigurationMode Property

Definition

Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ConfigurationMode) }, ReadOnly=true, Required=false, SerializedName="configurationMode")]
public Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ConfigurationMode? ConfigurationSettingConfigurationMode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ConfigurationMode) }, ReadOnly=true, Required=false, SerializedName="configurationMode")>]
member this.ConfigurationSettingConfigurationMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ConfigurationMode>
Public ReadOnly Property ConfigurationSettingConfigurationMode As Nullable(Of ConfigurationMode)

Property Value

Attributes

Applies to