次の方法で共有


SessionsOperationsExtensions.ListByIntegrationAccountsNextAsync メソッド

定義

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

パラメーター

operations
ISessionsOperations
nextPageLink
String
cancellationToken
CancellationToken

戻り値

適用対象