ManagedApplicationCmdletBase.GetNextLink<TType>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Task<ResponseWithContinuation<TType[]>>