次の方法で共有


ServiceFabricClusterCollection クラス

定義

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

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

コンストラクター

ServiceFabricClusterCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ServiceFabricClusterData, CancellationToken)

指定した名前で Service Fabric クラスター リソースを作成または更新します。

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

指定した名前で Service Fabric クラスター リソースを作成または更新します。

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

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

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

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

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

作成された Service Fabric クラスター リソースを取得するか、指定したリソース グループに作成されるプロセスで取得します。

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

作成されたすべての Service Fabric クラスター リソース、またはリソース グループで作成中のすべての Service Fabric クラスター リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters
  • 操作IdClusters_ListByResourceGroup
GetAllAsync(CancellationToken)

作成されたすべての Service Fabric クラスター リソース、またはリソース グループで作成中のすべての Service Fabric クラスター リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters
  • 操作IdClusters_ListByResourceGroup
GetAsync(String, CancellationToken)

作成された Service Fabric クラスター リソースを取得するか、指定したリソース グループに作成されるプロセスで取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ServiceFabricClusterResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ServiceFabricClusterResource>.GetEnumerator()

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

適用対象