次の方法で共有


ResourceProviderCollection クラス

定義

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

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

コンストラクター

ResourceProviderCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, String, CancellationToken)

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

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

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

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

指定したリソース プロバイダーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/{resourceProviderNamespace}
  • 操作IdProviders_Get
GetAll(String, CancellationToken)

サブスクリプションのすべてのリソース プロバイダーを取得します。

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

サブスクリプションのすべてのリソース プロバイダーを取得します。

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

指定したリソース プロバイダーを取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ResourceProviderResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ResourceProviderResource>.GetEnumerator()

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

適用対象