1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. listKustoPoolLanguageExtensions
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.synapse.listKustoPoolLanguageExtensions

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Returns a list of language extensions that can run within KQL queries.

Uses Azure REST API version 2021-06-01-preview.

Using listKustoPoolLanguageExtensions

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 listKustoPoolLanguageExtensions(args: ListKustoPoolLanguageExtensionsArgs, opts?: InvokeOptions): Promise<ListKustoPoolLanguageExtensionsResult>
function listKustoPoolLanguageExtensionsOutput(args: ListKustoPoolLanguageExtensionsOutputArgs, opts?: InvokeOptions): Output<ListKustoPoolLanguageExtensionsResult>
Copy
def list_kusto_pool_language_extensions(kusto_pool_name: Optional[str] = None,
                                        resource_group_name: Optional[str] = None,
                                        workspace_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> ListKustoPoolLanguageExtensionsResult
def list_kusto_pool_language_extensions_output(kusto_pool_name: Optional[pulumi.Input[str]] = None,
                                        resource_group_name: Optional[pulumi.Input[str]] = None,
                                        workspace_name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[ListKustoPoolLanguageExtensionsResult]
Copy
func ListKustoPoolLanguageExtensions(ctx *Context, args *ListKustoPoolLanguageExtensionsArgs, opts ...InvokeOption) (*ListKustoPoolLanguageExtensionsResult, error)
func ListKustoPoolLanguageExtensionsOutput(ctx *Context, args *ListKustoPoolLanguageExtensionsOutputArgs, opts ...InvokeOption) ListKustoPoolLanguageExtensionsResultOutput
Copy

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

public static class ListKustoPoolLanguageExtensions 
{
    public static Task<ListKustoPoolLanguageExtensionsResult> InvokeAsync(ListKustoPoolLanguageExtensionsArgs args, InvokeOptions? opts = null)
    public static Output<ListKustoPoolLanguageExtensionsResult> Invoke(ListKustoPoolLanguageExtensionsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListKustoPoolLanguageExtensionsResult> listKustoPoolLanguageExtensions(ListKustoPoolLanguageExtensionsArgs args, InvokeOptions options)
public static Output<ListKustoPoolLanguageExtensionsResult> listKustoPoolLanguageExtensions(ListKustoPoolLanguageExtensionsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:synapse:listKustoPoolLanguageExtensions
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

KustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
KustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
kusto_pool_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Kusto pool.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the workspace.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.

listKustoPoolLanguageExtensions 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

LanguageExtensionName string
The language extension name.
LanguageExtensionName string
The language extension name.
languageExtensionName String
The language extension name.
languageExtensionName string
The language extension name.
language_extension_name str
The language extension name.
languageExtensionName String
The language extension name.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi