ApplicationPackageReference.Version 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要部署的應用程式版本。 如果省略,則會部署預設版本。
[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。