# IAzurePrivateEndpointTarget Properties

- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Type: [IAzurePrivateEndpointTarget](/reference/api/csharp/aspire.hosting.azure/iazureprivateendpointtarget.md)
- Kind: `Properties`
- Members: `1`

Represents an Azure resource that can be connected to via a private endpoint.

## Id

- Name: `Id`
- Modifiers: `abstract` `get`
- Returns: [BicepOutputReference](/reference/api/csharp/aspire.hosting.azure/bicepoutputreference.md)

Gets the "id" output reference from the Azure resource.

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