AzureKustoReadWriteDatabaseResource
Handle
interface AzureKustoReadWriteDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, AzureKustoClusterResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly parent: AzureKustoClusterResource; getDatabaseCreationScript(): string; withCreationScript(script: string): AzureKustoReadWriteDatabaseResource;} 5 members
Properties
property
connectionStringExpression ReferenceExpression get Gets the connection string expression for the Kusto database.
property
databaseName string get Gets the database name.
property
parent AzureKustoClusterResource get Gets the parent Kusto resource.
Methods
method
getDatabaseCreationScript Gets the database creation script from the resource annotation if it exists. If not, creates the default database creation script.
getDatabaseCreationScript(): stringReturns
string Defines the script used to create the database.
withCreationScript(script: string): AzureKustoReadWriteDatabaseResourceParameters
script string Returns
AzureKustoReadWriteDatabaseResource