AzureKustoClusterResource.runAsEmulator
Method
interface AzureKustoClusterResource { // ... omitted for brevity runAsEmulator(configureContainer?: (obj: AzureKustoEmulatorResource) => Promise<void>): AzureKustoClusterResource;}Signature
method
runAsEmulatorbuilderConfigures the Kusto resource to run as an emulator using the Kustainer container.
runAsEmulator(configureContainer?: (obj: AzureKustoEmulatorResource) => Promise<void>): AzureKustoClusterResourceParameters
configureContainer(obj: AzureKustoEmulatorResource) => Promise<void>optionalReturns
AzureKustoClusterResourceDefined on
This method is defined on the following type: