다음을 통해 공유


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

설명

이 버전을 생략하고 이 애플리케이션에 대해 기본 버전을 지정하지 않으면 잘못된ApplicationPackageReferences 오류 코드와 함께 요청이 실패합니다. REST API를 직접 호출하는 경우 HTTP 상태 코드는 409입니다.

적용 대상