次の方法で共有


ManagementGroupsOperationsExtensions.List メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo> List (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string cacheControl = "no-cache", string skiptoken = default);
static member List : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>
<Extension()>
Public Function List (operations As IManagementGroupsOperations, Optional cacheControl As String = "no-cache", Optional skiptoken As String = Nothing) As IPage(Of ManagementGroupInfo)

パラメーター

operations
IManagementGroupsOperations

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

cacheControl
String

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

skiptoken
String

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

戻り値

適用対象