Share via


UpdateConfig.Parallelism Property

Definition

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

Applies to