UpdateConfig.Parallelism 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 the level of parallelism applied during the update process. This property specifies the maximum number of service tasks that can be updated simultaneously.
[YamlDotNet.Serialization.YamlMember(Alias="parallelism")]
public string? Parallelism { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="parallelism")>]
member this.Parallelism : string with get, set
Public Property Parallelism As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute