# AzureKustoEmulatorResource

- Kind: `class`
- Package: [Aspire.Hosting.Azure.Kusto](/reference/api/csharp/aspire.hosting.azure.kusto.md)
- Version: `13.4.0-preview.1.26281.18`
- Namespace: `Aspire.Hosting.Azure`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/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`
