ResourceTypeRegistrationCollection クラス

定義

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

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

コンストラクター

ResourceTypeRegistrationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ResourceTypeRegistrationData, CancellationToken)

リソースの種類を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}
  • 操作IdResourceTypeRegistrations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ResourceTypeRegistrationData, CancellationToken)

リソースの種類を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}
  • 操作IdResourceTypeRegistrations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}
  • 操作IdResourceTypeRegistrations_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}
  • 操作IdResourceTypeRegistrations_Get
Get(String, CancellationToken)

指定されたサブスクリプションとプロバイダーのリソースの種類の詳細を取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}
  • 操作IdResourceTypeRegistrations_Get
GetAll(CancellationToken)

指定されたプロバイダーのリソースの種類の一覧を取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations
  • 操作IdResourceTypeRegistrations_ListByProviderRegistration
GetAllAsync(CancellationToken)

指定されたプロバイダーのリソースの種類の一覧を取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations
  • 操作IdResourceTypeRegistrations_ListByProviderRegistration
GetAsync(String, CancellationToken)

指定されたサブスクリプションとプロバイダーのリソースの種類の詳細を取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}
  • 操作IdResourceTypeRegistrations_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ResourceTypeRegistrationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ResourceTypeRegistrationResource>.GetEnumerator()

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

適用対象