Share via


AzureKustoBuilderExtensions Class

Definition

Extension methods for adding Kusto resources to the application model.

public static class AzureKustoBuilderExtensions
type AzureKustoBuilderExtensions = class
Public Module AzureKustoBuilderExtensions
Inheritance
AzureKustoBuilderExtensions

Methods

AddAzureKustoCluster(IDistributedApplicationBuilder, String)

Adds an Azure Data Explorer (Kusto) cluster resource to the application model.

AddReadWriteDatabase(IResourceBuilder<AzureKustoClusterResource>, String, String)

Adds a Kusto read-write database to the application model.

RunAsEmulator(IResourceBuilder<AzureKustoClusterResource>, Action<IResourceBuilder<AzureKustoEmulatorResource>>)

Configures the Kusto resource to run as an emulator using the Kustainer container.

WithCreationScript(IResourceBuilder<AzureKustoReadWriteDatabaseResource>, String)

Defines the script used to create the database.

WithHostPort(IResourceBuilder<AzureKustoEmulatorResource>, Int32)

Configures the host port that the Kusto emulator listens on for HTTP query requests.

Applies to