# AzureProvisionableAspireResourceWithParent<T, P> Properties

- Package: [Aspire.Hosting.Foundry](/reference/api/csharp/aspire.hosting.foundry.md)
- Type: [AzureProvisionableAspireResourceWithParent<T, P>](/reference/api/csharp/aspire.hosting.foundry/azureprovisionableaspireresourcewithparent-2.md)
- Kind: `Properties`
- Members: `1`

An AzureProvisionableAspireResource that also is IResourceWithParent.

## Parent

- Name: `Parent`
- Modifiers: `get`
- Returns: `P`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Foundry/Project/AzureCognitiveServicesBase.cs#L91)

Gets the parent resource.

```csharp
public P AzureProvisionableAspireResourceWithParent<T, Parent { get; }
```
