次の方法で共有


KustoExtensions.GetKustoClusters メソッド

定義

オーバーロード

GetKustoClusters(ResourceGroupResource)

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

GetKustoClusters(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての Kusto クラスターを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Kusto/clusters
  • 操作IdClusters_List

GetKustoClusters(ResourceGroupResource)

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

public static Azure.ResourceManager.Kusto.KustoClusterCollection GetKustoClusters (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetKustoClusters : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Kusto.KustoClusterCollection
<Extension()>
Public Function GetKustoClusters (resourceGroupResource As ResourceGroupResource) As KustoClusterCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetKustoClusters(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての Kusto クラスターを一覧表示します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象