AzureKustoReadWriteDatabaseResource Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AzureKustoReadWriteDatabaseResource class.
public AzureKustoReadWriteDatabaseResource(string name, string databaseName, Aspire.Hosting.Azure.Kusto.AzureKustoClusterResource kustoParentResource);
new Aspire.Hosting.Azure.Kusto.AzureKustoReadWriteDatabaseResource : string * string * Aspire.Hosting.Azure.Kusto.AzureKustoClusterResource -> Aspire.Hosting.Azure.Kusto.AzureKustoReadWriteDatabaseResource
Public Sub New (name As String, databaseName As String, kustoParentResource As AzureKustoClusterResource)
Parameters
- name
- String
The name of the resource.
- databaseName
- String
The database name.
- kustoParentResource
- AzureKustoClusterResource
The Kusto parent resource associated with this database.