Dela via


AzureKustoReadWriteDatabaseResource Constructor

Definition

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.

Applies to