1 instantiation of DelegatedSubnetAnnotation
Aspire.Hosting.Azure.Network (1)
AzureVirtualNetworkExtensions.cs (1)
267new DelegatedSubnetAnnotation(ReferenceExpression.Create($"{subnet.Resource.Id}")));
4 references to DelegatedSubnetAnnotation
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppExtensions.cs (2)
157if (appEnvResource.TryGetLastAnnotation<DelegatedSubnetAnnotation>(out var subnetAnnotation))
Aspire.Hosting.Azure.Tests (2)
AzureVirtualNetworkExtensionsTests.cs (2)
150var subnetAnnotation = env.Resource.Annotations.OfType<DelegatedSubnetAnnotation>().SingleOrDefault();