Skip to content
Docs Try Aspire

AzureKustoEmulatorResource Constructors

Class Constructors 1 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)
{
// ...
}
}
innerResource AzureKustoClusterResource The wrapped Kusto resource.