Sdílet prostřednictvím


ResourceSkusOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSku>> ListNextAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IResourceSkusOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IResourceSkusOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSku>>
<Extension()>
Public Function ListNextAsync (operations As IResourceSkusOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceSku))

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to