2 implementations of DelegatedSubnetServiceName
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
30string IAzureDelegatedSubnetResource.DelegatedSubnetServiceName => AzureSubnetServiceDelegations.ContainerAppEnvironments;
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
38string IAzureDelegatedSubnetResource.DelegatedSubnetServiceName => AzureSubnetServiceDelegations.AppServiceEnvironments;
3 references to DelegatedSubnetServiceName
Aspire.Hosting.Azure.Network (3)
AzureVirtualNetworkExtensions.cs (3)
335target.DelegatedSubnetServiceName, 339$"The subnet '{subnet.Resource.Name}' is already delegated to '{existingDelegation.ServiceName}' and cannot also be delegated to '{target.DelegatedSubnetServiceName}'."); 349subnet.WithServiceDelegation(target.DelegatedSubnetServiceName);