次の方法で共有


ManagementGroupsOperationsExtensions.ListAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>> ListAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string cacheControl = "no-cache", string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : 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 ListAsync (operations As IManagementGroupsOperations, Optional cacheControl As String = "no-cache", Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagementGroupInfo))

パラメーター

operations
IManagementGroupsOperations

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

cacheControl
String

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

skiptoken
String

ページ継続トークンは、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定するトークン パラメーターが含まれます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象