次の方法で共有


AvsPrivateCloudClusterCollection クラス

定義

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

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

コンストラクター

AvsPrivateCloudClusterCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AvsPrivateCloudClusterData, CancellationToken)

プライベート クラウドでクラスターを作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • 操作IdClusters_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AvsPrivateCloudClusterData, CancellationToken)

プライベート クラウドでクラスターを作成または更新する

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

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

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

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

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

プライベート クラウドで名前でクラスターを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • 操作IdClusters_Get
GetAll(CancellationToken)

プライベート クラウド内のクラスターを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters
  • 操作IdClusters_List
GetAllAsync(CancellationToken)

プライベート クラウド内のクラスターを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters
  • 操作IdClusters_List
GetAsync(String, CancellationToken)

プライベート クラウドで名前でクラスターを取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AvsPrivateCloudClusterResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AvsPrivateCloudClusterResource>.GetEnumerator()

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

適用対象