JobProperties.IncludeConfigurations 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.
Whether or not to include configurations in the job.
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="includeConfigurations")]
public bool? IncludeConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="includeConfigurations")>]
member this.IncludeConfigurations : Nullable<bool> with get, set
Public Property IncludeConfigurations As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
The service assumes this is false, if not specified. If true, then configurations are included in the data import/export.