Package version:

Interface AzureDataExplorerOutputDataSource

Describes an Azure Data Explorer output data source.

interface AzureDataExplorerOutputDataSource {
    authenticationMode?: string;
    cluster?: string;
    database?: string;
    table?: string;
    type: "Microsoft.Kusto/clusters/databases";
}

Hierarchy (view full)

Properties

authenticationMode?: string

Authentication Mode.

cluster?: string

The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests.

database?: string

The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests.

table?: string

The name of the Azure Table. Required on PUT (CreateOrReplace) requests.

type: "Microsoft.Kusto/clusters/databases"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc