NetworkCloudClusterMetricsConfigurationCollection クラス

定義

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

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

コンストラクター

NetworkCloudClusterMetricsConfigurationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, NetworkCloudClusterMetricsConfigurationData, CancellationToken)

新しいクラスターを作成するか、指定されたクラスターの既存のメトリック構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • 操作IdMetricsConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NetworkCloudClusterMetricsConfigurationData, CancellationToken)

新しいクラスターを作成するか、指定されたクラスターの既存のメトリック構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • 操作IdMetricsConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • 操作IdMetricsConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • 操作IdMetricsConfigurations_Get
Get(String, CancellationToken)

指定されたクラスターのメトリック構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • 操作IdMetricsConfigurations_Get
GetAll(CancellationToken)

指定されたクラスターのメトリック構成の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations
  • 操作IdMetricsConfigurations_ListByCluster
GetAllAsync(CancellationToken)

指定されたクラスターのメトリック構成の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations
  • 操作IdMetricsConfigurations_ListByCluster
GetAsync(String, CancellationToken)

指定されたクラスターのメトリック構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • 操作IdMetricsConfigurations_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<NetworkCloudClusterMetricsConfigurationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<NetworkCloudClusterMetricsConfigurationResource>.GetEnumerator()

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

適用対象