次の方法で共有


ClustersOperationsExtensions.ListLanguageExtensions メソッド

定義

KQL クエリ内で実行できる言語拡張機能の一覧を返します。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.LanguageExtension> ListLanguageExtensions (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName);
static member ListLanguageExtensions : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string -> seq<Microsoft.Azure.Management.Kusto.Models.LanguageExtension>
<Extension()>
Public Function ListLanguageExtensions (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As IEnumerable(Of LanguageExtension)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

戻り値

適用対象