次の方法で共有


OperationsExtensions.ListNextAsync メソッド

定義

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

パラメーター

operations
IOperations
nextPageLink
String
cancellationToken
CancellationToken

戻り値

適用対象