次の方法で共有


ServiceFabricManagedClustersExtensions.GetServiceFabricManagedClusters メソッド

定義

オーバーロード

GetServiceFabricManagedClusters(ResourceGroupResource)

ResourceGroupResource 内の ServiceFabricManagedClusterResources のコレクションを取得します。

GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • 操作IdManagedClusters_ListBySubscription

GetServiceFabricManagedClusters(ResourceGroupResource)

ResourceGroupResource 内の ServiceFabricManagedClusterResources のコレクションを取得します。

public static Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterCollection GetServiceFabricManagedClusters (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetServiceFabricManagedClusters : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterCollection
<Extension()>
Public Function GetServiceFabricManagedClusters (resourceGroupResource As ResourceGroupResource) As ServiceFabricManagedClusterCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

ServiceFabricManagedClusterResources のコレクションとその ServiceFabricManagedClusterResource に対する操作を表す オブジェクト。

適用対象

GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • 操作IdManagedClusters_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource> GetServiceFabricManagedClusters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetServiceFabricManagedClusters : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource>
<Extension()>
Public Function GetServiceFabricManagedClusters (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricManagedClusterResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ServiceFabricManagedClusterResource サービス要求を受け取る可能性がある のコレクション。

適用対象