# AzurePublicIPAddressResource Properties

- Package: [Aspire.Hosting.Azure.Network](/reference/api/csharp/aspire.hosting.azure.network.md)
- Type: [AzurePublicIPAddressResource](/reference/api/csharp/aspire.hosting.azure.network/azurepublicipaddressresource.md)
- Kind: `Properties`
- Members: `3`

Represents an Azure Public IP Address resource.

## Id

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

Gets the "id" output reference from the Azure Public IP Address resource.

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

## IpAddress

- Name: `IpAddress`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Network/AzurePublicIPAddressResource.cs#L34)

Gets the "ipAddress" output reference containing the allocated IP address for the resource.

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

## NameOutputReference

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

Gets the "name" output reference for the resource.

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