Skip to content
DocsTry Aspire
DocsTry

runAsEmulator

Method
📦 Aspire.Hosting.Azure.Kusto v13.4.0-preview.1.26281.18
interface AzureKustoClusterResource {
// ... omitted for brevity
runAsEmulator(configureContainer?: callback): AzureKustoClusterResource;
}

Signature

methodrunAsEmulatorbuilder
Configures the Kusto resource to run as an emulator using the Kustainer container.
runAsEmulator(configureContainer?: (obj: AzureKustoEmulatorResource) => Promise<void>): AzureKustoClusterResource
configureContainer(obj: AzureKustoEmulatorResource) => Promise<void>optional
AzureKustoClusterResource

Applies to

This method applies to the following types: