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