Skip to content
Docs Try Aspire
Docs Try

AzureKustoClusterResource.runAsEmulator

Method
📦 Aspire.Hosting.Azure.Kusto v13.3.0-preview.1.26254.5
interface AzureKustoClusterResource {
// ... omitted for brevity
runAsEmulator(configureContainer?: (obj: AzureKustoEmulatorResource) => Promise<void>): AzureKustoClusterResource;
}

Signature

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

Defined on

This method is defined on the following type: