azure-native.kusto.listClusterLanguageExtensions

Explore with Pulumi AI

Returns a list of language extensions that can run within KQL queries. API Version: 2021-01-01.

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>
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]
func ListClusterLanguageExtensions(ctx *Context, args *ListClusterLanguageExtensionsArgs, opts ...InvokeOption) (*ListClusterLanguageExtensionsResult, error)
func ListClusterLanguageExtensionsOutput(ctx *Context, args *ListClusterLanguageExtensionsOutputArgs, opts ...InvokeOption) ListClusterLanguageExtensionsResultOutput

> 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)
}
public static CompletableFuture<ListClusterLanguageExtensionsResult> listClusterLanguageExtensions(ListClusterLanguageExtensionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:kusto:listClusterLanguageExtensions
  arguments:
    # arguments dictionary

The following arguments are supported:

ClusterName string

The name of the Kusto cluster.

ResourceGroupName string

The name of the resource group containing the Kusto cluster.

ClusterName string

The name of the Kusto cluster.

ResourceGroupName string

The name of the resource group containing the Kusto cluster.

clusterName String

The name of the Kusto cluster.

resourceGroupName String

The name of the resource group containing the Kusto cluster.

clusterName string

The name of the Kusto cluster.

resourceGroupName string

The name of the resource group containing the Kusto cluster.

cluster_name str

The name of the Kusto cluster.

resource_group_name str

The name of the resource group containing the Kusto cluster.

clusterName String

The name of the Kusto cluster.

resourceGroupName 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

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