Page<T>
Gets the continuation token used to request the next
Page<T>. The continuation token may be null or
empty when there are no more pages.
Gets the values in this Page<T>.
protected Page()
public static Page<T> FromValues(IReadOnlyList<T> values, string continuationToken, Response response)
Creates a new Page<T>.