FeatureCollection クラス

定義

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

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

コンストラクター

FeatureCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • 操作IdFeatures_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • 操作IdFeatures_Get
Get(String, CancellationToken)

指定した名前のプレビュー機能を取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • 操作IdFeatures_Get
GetAll(CancellationToken)

サブスクリプションの AFEC を通じて使用できるプロバイダー名前空間内のすべてのプレビュー機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
  • 操作IdFeatures_List
GetAllAsync(CancellationToken)

サブスクリプションの AFEC を通じて使用できるプロバイダー名前空間内のすべてのプレビュー機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
  • 操作IdFeatures_List
GetAsync(String, CancellationToken)

指定した名前のプレビュー機能を取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • 操作IdFeatures_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • 操作IdFeatures_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • 操作IdFeatures_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<FeatureResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<FeatureResource>.GetEnumerator()

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

適用対象