# AzureKustoEmulatorResource

- Kind: `class`
- Package: [Aspire.Hosting.Azure.Kusto](/reference/api/csharp/aspire.hosting.azure.kusto.md)
- Version: `13.3.0-preview.1.26254.5`
- Namespace: `Aspire.Hosting.Azure`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Azure.Kusto/AzureKustoEmulatorResource.cs)
- Inherits: `ContainerResource`

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

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public class AzureKustoEmulatorResource
    : Aspire.Hosting.ApplicationModel.ContainerResource
{
    // ...
}
```

## Constructors

- [AzureKustoEmulatorResource(AzureKustoClusterResource)](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoemulatorresource/constructors.md#constructor-azurekustoclusterresource) -- Initializes a new instance of the [AzureKustoEmulatorResource](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoemulatorresource.md) class.

## Properties

- [Annotations](/reference/api/csharp/aspire.hosting.azure.kusto/azurekustoemulatorresource/properties.md#annotations) : `ResourceAnnotationCollection` `get`
