Share via


IGuestConfigurationAssignmentProperties.ConfigurationSettingAllowModuleOverwrite Property

Definition

If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="allowModuleOverwrite")]
public bool? ConfigurationSettingAllowModuleOverwrite { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="allowModuleOverwrite")>]
member this.ConfigurationSettingAllowModuleOverwrite : Nullable<bool>
Public ReadOnly Property ConfigurationSettingAllowModuleOverwrite As Nullable(Of Boolean)

Property Value

Attributes

Applies to