Skip to content
DocsTry Aspire
DocsTry

AzureKustoReadWriteDatabaseResource Constructors

ClassConstructors1 member
Represents an Azure Kusto read-write database resource, which is a child resource of a AzureKustoClusterResource.
Constructor(string, string, AzureKustoClusterResource)Section titled Constructor(string, string, AzureKustoClusterResource)
Initializes a new instance of the AzureKustoReadWriteDatabaseResource class.
public class AzureKustoReadWriteDatabaseResource
{
public AzureKustoReadWriteDatabaseResource(
string name,
string databaseName,
AzureKustoClusterResource kustoParentResource)
{
// ...
}
}
namestringThe name of the resource.
databaseNamestringThe database name.
kustoParentResourceAzureKustoClusterResourceThe Kusto parent resource associated with this database.