AzureKustoClusterResource
Handle
interface AzureKustoClusterResource extends IAzureResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithParameters, IValueProvider, IValueWithReferences { readonly clusterUri: BicepOutputReference; readonly connectionStringExpression: ReferenceExpression; readonly isEmulator: boolean; readonly nameOutputReference: BicepOutputReference; readonly uriExpression: ReferenceExpression; addReadWriteDatabase( name: string, databaseName?: string): AzureKustoReadWriteDatabaseResource; runAsEmulator(configureContainer?: (obj: AzureKustoEmulatorResource) => Promise<void>): AzureKustoClusterResource;} 7 members
Properties
property
clusterUri BicepOutputReference get Gets the ClusterUri property
property
connectionStringExpression ReferenceExpression get Gets the ConnectionStringExpression property
property
isEmulator boolean get Gets the IsEmulator property
property
nameOutputReference BicepOutputReference get Gets the NameOutputReference property
property
uriExpression ReferenceExpression get Gets the UriExpression property
Methods
Adds a Kusto read-write database resource
addReadWriteDatabase( name: string, databaseName?: string): AzureKustoReadWriteDatabaseResourceParameters
name string databaseName string optional Returns
AzureKustoReadWriteDatabaseResource Configures the Kusto cluster to run using the local emulator
runAsEmulator(configureContainer?: (obj: AzureKustoEmulatorResource) => Promise<void>): AzureKustoClusterResourceParameters
configureContainer (obj: AzureKustoEmulatorResource) => Promise<void> optional Returns
AzureKustoClusterResource