Skip to content
DocsTry Aspire
DocsTry

AzureKustoClusterResource Constructors

ClassConstructors1 member
A resource that represents a Kusto cluster.
Constructor(string, Action<AzureResourceInfrastructure>)Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Initializes a new instance of the AzureKustoClusterResource class.
public class AzureKustoClusterResource
{
public AzureKustoClusterResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
namestringThe name of the resource.
configureInfrastructureAction<AzureResourceInfrastructure>Callback to configure the Azure resources.