Share via


UpdateConfig.Order Property

Definition

Represents the execution order of service updates during the update process. Specifies the sequence in which the update operations are applied (e.g., "start-first" or "stop-first").

[YamlDotNet.Serialization.YamlMember(Alias="order")]
public string? Order { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="order")>]
member this.Order : string with get, set
Public Property Order As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to