Sdílet prostřednictvím


PatchExtension.ReleaseTrain Property

Definition

Gets or sets releaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.releaseTrain")]
public string ReleaseTrain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.releaseTrain")>]
member this.ReleaseTrain : string with get, set
Public Property ReleaseTrain As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to