次の方法で共有


NamespacesOperationsExtensions.ListByResourceGroupNextAsync メソッド

定義

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

パラメーター

nextPageLink
String
cancellationToken
CancellationToken

戻り値

適用対象