1. Packages
  2. Azure Native v2
  3. API Docs
  4. kusto
  5. listClusterLanguageExtensions
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.kusto.listClusterLanguageExtensions

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Returns a list of language extensions that can run within KQL queries. Azure REST API version: 2022-12-29.

Other available API versions: 2022-07-07, 2023-05-02, 2023-08-15, 2024-04-13.

Using listClusterLanguageExtensions

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listClusterLanguageExtensions(args: ListClusterLanguageExtensionsArgs, opts?: InvokeOptions): Promise<ListClusterLanguageExtensionsResult>
function listClusterLanguageExtensionsOutput(args: ListClusterLanguageExtensionsOutputArgs, opts?: InvokeOptions): Output<ListClusterLanguageExtensionsResult>
Copy
def list_cluster_language_extensions(cluster_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> ListClusterLanguageExtensionsResult
def list_cluster_language_extensions_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[ListClusterLanguageExtensionsResult]
Copy
func ListClusterLanguageExtensions(ctx *Context, args *ListClusterLanguageExtensionsArgs, opts ...InvokeOption) (*ListClusterLanguageExtensionsResult, error)
func ListClusterLanguageExtensionsOutput(ctx *Context, args *ListClusterLanguageExtensionsOutputArgs, opts ...InvokeOption) ListClusterLanguageExtensionsResultOutput
Copy

> Note: This function is named ListClusterLanguageExtensions in the Go SDK.

public static class ListClusterLanguageExtensions 
{
    public static Task<ListClusterLanguageExtensionsResult> InvokeAsync(ListClusterLanguageExtensionsArgs args, InvokeOptions? opts = null)
    public static Output<ListClusterLanguageExtensionsResult> Invoke(ListClusterLanguageExtensionsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListClusterLanguageExtensionsResult> listClusterLanguageExtensions(ListClusterLanguageExtensionsArgs args, InvokeOptions options)
public static Output<ListClusterLanguageExtensionsResult> listClusterLanguageExtensions(ListClusterLanguageExtensionsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:kusto:listClusterLanguageExtensions
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto cluster.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group containing the Kusto cluster.
ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto cluster.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group containing the Kusto cluster.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto cluster.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group containing the Kusto cluster.
clusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto cluster.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group containing the Kusto cluster.
cluster_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Kusto cluster.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group containing the Kusto cluster.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto cluster.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group containing the Kusto cluster.

listClusterLanguageExtensions Result

The following output properties are available:

Value []LanguageExtensionResponse
The list of language extensions.
value List<LanguageExtensionResponse>
The list of language extensions.
value LanguageExtensionResponse[]
The list of language extensions.
value Sequence[LanguageExtensionResponse]
The list of language extensions.
value List<Property Map>
The list of language extensions.

Supporting Types

LanguageExtensionResponse

LanguageExtensionImageName string
The language extension image name.
LanguageExtensionName string
The language extension name.
LanguageExtensionImageName string
The language extension image name.
LanguageExtensionName string
The language extension name.
languageExtensionImageName String
The language extension image name.
languageExtensionName String
The language extension name.
languageExtensionImageName string
The language extension image name.
languageExtensionName string
The language extension name.
language_extension_image_name str
The language extension image name.
language_extension_name str
The language extension name.
languageExtensionImageName String
The language extension image name.
languageExtensionName String
The language extension name.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi