# 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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/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.
