18 references to DenyInbound
Aspire.Hosting.Azure.Network (2)
AzureServiceTags.cs (1)
17
/// <see cref="AzureVirtualNetworkExtensions.AllowInbound"/>, <see cref="AzureVirtualNetworkExtensions.
DenyInbound
"/>,
AzureVirtualNetworkExtensions.cs (1)
324
/// (<see cref="AllowInbound"/>, <see cref="
DenyInbound
"/>, <see cref="AllowOutbound"/>, <see cref="DenyOutbound"/>).
Aspire.Hosting.Azure.Tests (13)
AzureVirtualNetworkExtensionsTests.cs (13)
260
.
DenyInbound
(from: "VirtualNetwork")
261
.
DenyInbound
(from: "Internet");
278
.
DenyInbound
(from: "Internet");
293
.
DenyInbound
(from: "Internet")
353
.
DenyInbound
()
354
.
DenyInbound
()
355
.
DenyInbound
();
371
.
DenyInbound
(from: "Internet");
384
.
DenyInbound
();
401
.
DenyInbound
(from: "VirtualNetwork")
402
.
DenyInbound
(from: "Internet");
419
.
DenyInbound
(from: AzureServiceTags.Internet)
479
.
DenyInbound
(from: "Internet")
AzureVirtualNetworkEndToEnd.AppHost (3)
Program.cs (3)
18
.
DenyInbound
(from: AzureServiceTags.VirtualNetwork)
19
.
DenyInbound
(from: AzureServiceTags.Internet);
27
.
DenyInbound
(from: AzureServiceTags.Internet);