次の方法で共有


DeploymentsOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended>> ListNextAsync (this Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended>>
<Extension()>
Public Function ListNextAsync (operations As IDeploymentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to