# AzureKustoEmulatorResource Constructors

- Package: [Aspire.Hosting.Azure.Kusto](/reference/api/csharp/aspire.hosting.azure.kusto.md)
- Type: [AzureKustoEmulatorResource](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoemulatorresource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents a Kusto emulator running as a container.

## AzureKustoEmulatorResource(AzureKustoClusterResource)

- Name: `Constructor(AzureKustoClusterResource)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Azure.Kusto/AzureKustoEmulatorResource.cs#L18-L21)

Initializes a new instance of the [AzureKustoEmulatorResource](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoemulatorresource.md) class.

```csharp
public class AzureKustoEmulatorResource
{
    public AzureKustoEmulatorResource(
        AzureKustoClusterResource innerResource)
    {
        // ...
    }
}
```

## Parameters

- `innerResource` ([AzureKustoClusterResource](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoclusterresource.md))
  The wrapped Kusto resource.
