次の方法で共有


VCenterCollection クラス

定義

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

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

コンストラクター

VCenterCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, VCenterData, CancellationToken)

vCenter を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • 操作IdVCenters_Create
CreateOrUpdateAsync(WaitUntil, String, VCenterData, CancellationToken)

vCenter を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • 操作IdVCenters_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • 操作IdVCenters_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • 操作IdVCenters_Get
Get(String, CancellationToken)

vCenter GET メソッドを実装します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • 操作IdVCenters_Get
GetAll(CancellationToken)

リソース グループ内の vCenter の一覧。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters
  • 操作IdVCenters_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ内の vCenter の一覧。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters
  • 操作IdVCenters_ListByResourceGroup
GetAsync(String, CancellationToken)

vCenter GET メソッドを実装します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • 操作IdVCenters_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<VCenterResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<VCenterResource>.GetEnumerator()

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

適用対象