次の方法で共有


ManagementGroupsOperationsExtensions.ListNextAsync メソッド

定義

認証済みユーザーの管理グループを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>> ListNextAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string nextPageLink, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>>
<Extension()>
Public Function ListNextAsync (operations As IManagementGroupsOperations, nextPageLink As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagementGroupInfo))

パラメーター

operations
IManagementGroupsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cacheControl
String

要求でキャッシュを利用する必要があるかどうかを示します。 既存のキャッシュをバイパスするには、ヘッダーに "キャッシュなし" 値を設定します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象