次の方法で共有


ClustersOperationsExtensions.ListByResourceGroupAsync メソッド

定義

リソース グループ内のすべての Kusto クラスターを一覧表示します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.Cluster>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Kusto.Models.Cluster>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IClustersOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Cluster))

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象