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(Create=false, 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) }, Read=true, ReadOnly=true, Required=false, SerializedName="allowModuleOverwrite", Update=false)]
public bool? ConfigurationSettingAllowModuleOverwrite { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, 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) }, Read=true, ReadOnly=true, Required=false, SerializedName="allowModuleOverwrite", Update=false)>]
member this.ConfigurationSettingAllowModuleOverwrite : Nullable<bool>
Public ReadOnly Property ConfigurationSettingAllowModuleOverwrite As Nullable(Of Boolean)

Property Value

Attributes

Applies to