AzureKustoReadWriteDatabaseResource Constructors
Class Constructors 1 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) { // ... }}Parameters
name string The name of the resource. databaseName string The database name. kustoParentResource AzureKustoClusterResource The Kusto parent resource associated with this database.