ResourceManagerRestRestClient.ListNextBatch<TType> 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.
Get the next batch of resource from a ResponseWithContinuation<T> object's next link.
public System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Common.ResponseWithContinuation<TType[]>> ListNextBatch<TType> (string nextLink, System.Threading.CancellationToken cancellationToken);
member this.ListNextBatch : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Common.ResponseWithContinuation<'ype[]>>
Public Function ListNextBatch(Of TType) (nextLink As String, cancellationToken As CancellationToken) As Task(Of ResponseWithContinuation(Of TType()))
Type Parameters
- TType
Parameters
- nextLink
- String
The next link used to get the rest of the results.
- cancellationToken
- CancellationToken
The CancellationToken used to cancel the request.
Returns
Task<ResponseWithContinuation<TType[]>>