AzureKustoBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |