ManagementGroupCollection クラス

定義

のコレクション ManagementGroupResource とその操作を表すクラス。 コレクション内の各 ManagementGroupResource は、 の同じインスタンス TenantResourceに属します。 インスタンスを ManagementGroupCollection 取得するには、 のインスタンスから GetManagementGroups メソッドを TenantResource呼び出します。

public class ManagementGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
type ManagementGroupCollection = class
    inherit ArmCollection
    interface seq<ManagementGroupResource>
    interface IEnumerable
    interface IAsyncEnumerable<ManagementGroupResource>
Public Class ManagementGroupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ManagementGroupResource), IEnumerable(Of ManagementGroupResource)
継承
ManagementGroupCollection
実装

コンストラクター

ManagementGroupCollection()

モック作成のために クラスの ManagementGroupCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CheckNameAvailability(ManagementGroupNameAvailabilityContent, CancellationToken)

指定した管理グループ名が有効で一意かどうかを確認します

  • 要求パス/プロバイダー/Microsoft.Management/checkNameAvailability
  • 操作IdManagementGroups_CheckNameAvailability
CheckNameAvailabilityAsync(ManagementGroupNameAvailabilityContent, CancellationToken)

指定した管理グループ名が有効で一意かどうかを確認します

  • 要求パス/プロバイダー/Microsoft.Management/checkNameAvailability
  • 操作IdManagementGroups_CheckNameAvailability
CreateOrUpdate(WaitUntil, String, ManagementGroupCreateOrUpdateContent, String, CancellationToken)

管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ManagementGroupCreateOrUpdateContent, String, CancellationToken)

管理グループを作成または更新します。 管理グループが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、管理グループのプロパティが更新されます。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_CreateOrUpdate
Exists(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Get
ExistsAsync(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Get
Get(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken)

管理グループの詳細を取得します。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Get
GetAll(String, String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups
  • 操作IdManagementGroups_List
GetAllAsync(String, String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups
  • 操作IdManagementGroups_List
GetAsync(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken)

管理グループの詳細を取得します。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Get
GetIfExists(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Get
GetIfExistsAsync(String, Nullable<ManagementGroupExpandType>, Nullable<Boolean>, String, String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<ManagementGroupResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<ManagementGroupResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象