Skip to content
Docs Try Aspire

AzureKustoReadWriteDatabaseResource

Handle TypeScript
📦 Aspire.Hosting.Azure.Kusto v13.2.0-preview.1.26159.1
interface AzureKustoReadWriteDatabaseResource
extends IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly databaseName: string;
readonly name: string;
readonly parent: AzureKustoClusterResource;
withCreationScript(script: string): AzureKustoReadWriteDatabaseResource;
}

Properties

property connectionStringExpression ReferenceExpression get
Gets the ConnectionStringExpression property
property databaseName string get
Gets the DatabaseName property
property name string get
Gets the Name property
property parent AzureKustoClusterResource get
Gets the Parent property

Methods

method withCreationScript builder
Defines the KQL script used to create the database
withCreationScript(script: string): AzureKustoReadWriteDatabaseResource
script string
AzureKustoReadWriteDatabaseResource