# AzureKustoEmulatorResource Properties

- 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: `Properties`
- Members: `1`

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

## Annotations

- Name: `Annotations`
- Modifiers: `override` `get`
- Returns: `ResourceAnnotationCollection`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Azure.Kusto/AzureKustoEmulatorResource.cs#L24)

```csharp
public override ResourceAnnotationCollection Annotations { get; }
```
