AzureKustoReadWriteDatabaseResource
Class net10.0
Represents an Azure Kusto read-write database resource, which is a child resource of a
AzureKustoClusterResource. namespace Aspire.Hosting.Azure;
public class AzureKustoReadWriteDatabaseResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Azure.AzureKustoClusterResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<AzureKustoClusterResource>IValueProviderIValueWithReferences
Constructors1
Section titled ConstructorsAzureKustoReadWriteDatabaseResource(string, string, AzureKustoClusterResource) Initializes a new instance of the
AzureKustoReadWriteDatabaseResource class. Properties3
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Kusto database.
DatabaseNamegetstring Gets the database name.
Parentget Gets the parent Kusto resource.