# BicepOutputReference

- Module: [Aspire.Hosting.Azure.AppService](/reference/api/typescript/aspire.hosting.azure.appservice.md)
- Version: `13.2.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
interface BicepOutputReference
  extends IManifestExpressionProvider,
    IValueProvider,
    IValueWithReferences,
    BicepOutputReference]] {
  readonly name: string;
  readonly value: string;
  readonly valueExpression: string;
}
```

## Properties

- `name`: `string` `get` -- Gets the Name property
- `value`: `string` `get` -- Gets the Value property
- `valueExpression`: `string` `get` -- Gets the ValueExpression property
