# AzureContainerRegistryResource Properties

- Package: [Aspire.Hosting.Azure.ContainerRegistry](/reference/api/csharp/aspire.hosting.azure.containerregistry.md)
- Type: [AzureContainerRegistryResource](/reference/api/csharp/aspire.hosting.azure.containerregistry/azurecontainerregistryresource.md)
- Kind: `Properties`
- Members: `3`

Represents an Azure Container Registry resource.

## Id

- Name: `Id`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.ContainerRegistry/AzureContainerRegistryResource.cs#L63)

Gets the "id" output reference for the Azure Container Registry resource.

```csharp
public BicepOutputReference Id { get; }
```

## NameOutputReference

- Name: `NameOutputReference`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.ContainerRegistry/AzureContainerRegistryResource.cs#L53)

The name of the Azure Container Registry.

```csharp
public BicepOutputReference NameOutputReference { get; }
```

## RegistryEndpoint

- Name: `RegistryEndpoint`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.ContainerRegistry/AzureContainerRegistryResource.cs#L58)

The endpoint of the Azure Container Registry.

```csharp
public BicepOutputReference RegistryEndpoint { get; }
```
