Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
1 write to Parent
Aspire.Hosting.Azure.AIFoundry (1)
AzureAIFoundryDeploymentResource.cs (1)
34Parent = parent;
2 references to Parent
Aspire.Hosting.Azure.AIFoundry (1)
AzureAIFoundryDeploymentResource.cs (1)
88public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(DeploymentName);
Aspire.Hosting.Azure.Tests (1)
AzureAIFoundryExtensionsTests.cs (1)
110Assert.True(deployment.Parent.IsEmulator);