你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PolicyCmdletBase.GetNextLink<TType>(String) Method

Definition

Gets the next set of resources using the nextLink

protected System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Common.ResponseWithContinuation<TType[]>> GetNextLink<TType> (string nextLink);
member this.GetNextLink : string -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Common.ResponseWithContinuation<'ype[]>>
Protected Function GetNextLink(Of TType) (nextLink As String) As Task(Of ResponseWithContinuation(Of TType()))

Type Parameters

TType

Parameters

nextLink
String

The next link.

Returns

Applies to