共用方式為


ApplicationPackageReference.Version 屬性

定義

取得或設定要部署的應用程式版本。 如果省略,則會部署預設版本。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果省略此專案,且未為此應用程式指定任何預設版本,則要求會失敗,錯誤碼 InvalidApplicationPackageReferences。 如果您要直接呼叫 REST API,HTTP 狀態碼為 409。

適用於