다음을 통해 공유


AvailableOperations.NextLink 속성

정의

다음 페이지(서버 쪽 페이징당)를 가져오는 데 클라이언트가 사용해야 하는 URL을 가져오거나 설정합니다. 지금은 null이며 나중에 사용할 수 있게 추가되었습니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상