3 references to GetDelegatedSubnetId
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceEnvironmentExtensions.cs (1)
229
if (resource.
GetDelegatedSubnetId
(infra) is { } delegatedSubnetId)
AzureAppServiceWebsiteContext.cs (2)
711
var virtualNetworkSubnetId = environmentContext.Environment.
GetDelegatedSubnetId
(infra);
780
var virtualNetworkSubnetId = environmentContext.Environment.
GetDelegatedSubnetId
(infra);