Skip to content
Docs Try Aspire

runAsEmulator

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

Signature

method runAsEmulator builder
Configures the Kusto cluster to run using the local emulator
runAsEmulator(configureContainer?: (obj: AzureKustoEmulatorResource) => void): AzureKustoClusterResource
configureContainer (obj: AzureKustoEmulatorResource) => void optional
AzureKustoClusterResource

Applies to

This function is an extension method on the following types: