次の方法で共有


ProximityPlacementGroupCollection クラス

定義

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

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

コンストラクター

ProximityPlacementGroupCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ProximityPlacementGroupData, CancellationToken)

近接配置グループを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • 操作IdProximityPlacementGroups_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ProximityPlacementGroupData, CancellationToken)

近接配置グループを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • 操作IdProximityPlacementGroups_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • 操作IdProximityPlacementGroups_Get
ExistsAsync(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • 操作IdProximityPlacementGroups_Get
Get(String, String, CancellationToken)

近接配置グループ に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • 操作IdProximityPlacementGroups_Get
GetAll(CancellationToken)

リソース グループ内のすべての近接配置グループを一覧表示します。

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

リソース グループ内のすべての近接配置グループを一覧表示します。

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

近接配置グループ に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • 操作IdProximityPlacementGroups_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ProximityPlacementGroupResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ProximityPlacementGroupResource>.GetEnumerator()

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

適用対象