次の方法で共有


ResourceGroupCollection クラス

定義

ResourceGroupResource のコレクションとその親に対する操作を表すクラス。

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

コンストラクター

ResourceGroupCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ResourceGroupData, CancellationToken)

リソース グループを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ResourceGroupData, CancellationToken)

リソース グループを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_Get
Get(String, CancellationToken)

リソース グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_Get
GetAll(String, Nullable<Int32>, CancellationToken)

サブスクリプションのすべてのリソース グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups
  • 操作IdResourceGroups_List
GetAllAsync(String, Nullable<Int32>, CancellationToken)

サブスクリプションのすべてのリソース グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups
  • 操作IdResourceGroups_List
GetAsync(String, CancellationToken)

リソース グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}
  • 操作IdResourceGroups_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ResourceGroupResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ResourceGroupResource>.GetEnumerator()

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

適用対象