# 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/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Azure.Kusto/AzureKustoEmulatorResource.cs#L24)

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