18 references to DenyInbound
Aspire.Hosting.Azure.Network (2)
AzureServiceTags.cs (1)
17
/// <see cref="AzureVirtualNetworkExtensions.AllowInbound"/>, <see cref="AzureVirtualNetworkExtensions.
DenyInbound
"/>,
AzureVirtualNetworkExtensions.cs (1)
458
/// (<see cref="AllowInbound"/>, <see cref="
DenyInbound
"/>, <see cref="AllowOutbound"/>, <see cref="DenyOutbound"/>).
Aspire.Hosting.Azure.Tests (13)
AzureVirtualNetworkExtensionsTests.cs (13)
490
.
DenyInbound
(from: "VirtualNetwork")
491
.
DenyInbound
(from: "Internet");
508
.
DenyInbound
(from: "Internet");
523
.
DenyInbound
(from: "Internet")
583
.
DenyInbound
()
584
.
DenyInbound
()
585
.
DenyInbound
();
601
.
DenyInbound
(from: "Internet");
614
.
DenyInbound
();
631
.
DenyInbound
(from: "VirtualNetwork")
632
.
DenyInbound
(from: "Internet");
649
.
DenyInbound
(from: AzureServiceTags.Internet)
709
.
DenyInbound
(from: "Internet")
AzureVirtualNetworkEndToEnd.AppHost (3)
AppHost.cs (3)
20
.
DenyInbound
(from: AzureServiceTags.VirtualNetwork)
21
.
DenyInbound
(from: AzureServiceTags.Internet);
29
.
DenyInbound
(from: AzureServiceTags.Internet);