UpdateConfig.Order 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.
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