DscNodeConfigurationCreateOrUpdateParameters.IncrementNodeConfigurationBuild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets if a new build version of NodeConfiguration is required.
public bool IncrementNodeConfigurationBuild { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.incrementNodeConfigurationBuild")]
public bool? IncrementNodeConfigurationBuild { get; set; }
member this.IncrementNodeConfigurationBuild : bool with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.incrementNodeConfigurationBuild")>]
member this.IncrementNodeConfigurationBuild : Nullable<bool> with get, set
Public Property IncrementNodeConfigurationBuild As Boolean
Public Property IncrementNodeConfigurationBuild As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute