Skip to content
DocsTry Aspire
DocsTry

AzureKustoEmulatorResource Constructors

ClassConstructors1 member
A resource that represents a Kusto emulator running as a container.
Constructor(AzureKustoClusterResource)Section titled Constructor(AzureKustoClusterResource)
Initializes a new instance of the AzureKustoEmulatorResource class.
public class AzureKustoEmulatorResource
{
public AzureKustoEmulatorResource(
AzureKustoClusterResource innerResource)
{
// ...
}
}
innerResourceAzureKustoClusterResourceThe wrapped Kusto resource.