AvsPrivateCloudClusterCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のコレクション 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 新しいインスタンスを初期化します。 |
プロパティ
Client |
このリソース クライアントの ArmClient 作成元を取得します。 (継承元 ArmCollection) |
Diagnostics |
このリソース クライアントの診断オプションを取得します。 (継承元 ArmCollection) |
Endpoint |
このリソース クライアントのベース URI を取得します。 (継承元 ArmCollection) |
Id |
リソース識別子を取得します。 (継承元 ArmCollection) |
Pipeline |
このリソース クライアントのパイプラインを取得します。 (継承元 ArmCollection) |
メソッド
CreateOrUpdate(WaitUntil, String, AvsPrivateCloudClusterData, CancellationToken) |
プライベート クラウドでクラスターを作成または更新する
|
CreateOrUpdateAsync(WaitUntil, String, AvsPrivateCloudClusterData, CancellationToken) |
プライベート クラウドでクラスターを作成または更新する
|
Exists(String, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
ExistsAsync(String, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
Get(String, CancellationToken) |
プライベート クラウドで名前でクラスターを取得する
|
GetAll(CancellationToken) |
プライベート クラウド内のクラスターを一覧表示する
|
GetAllAsync(CancellationToken) |
プライベート クラウド内のクラスターを一覧表示する
|
GetAsync(String, CancellationToken) |
プライベート クラウドで名前でクラスターを取得する
|
TryGetApiVersion(ResourceType, String) |
現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。 (継承元 ArmCollection) |
明示的なインターフェイスの実装
IAsyncEnumerable<AvsPrivateCloudClusterResource>.GetAsyncEnumerator(CancellationToken) |
コレクションを非同期に反復処理する列挙子を返します。 |
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
IEnumerable<AvsPrivateCloudClusterResource>.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |