IotHubProperties.RestrictOutboundNetworkAccess Property

Definition

Gets or sets if true, egress from IotHub will be restricted to only the allowed FQDNs that are configured via allowedFqdnList.

[Newtonsoft.Json.JsonProperty(PropertyName="restrictOutboundNetworkAccess")]
public bool? RestrictOutboundNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restrictOutboundNetworkAccess")>]
member this.RestrictOutboundNetworkAccess : Nullable<bool> with get, set
Public Property RestrictOutboundNetworkAccess As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to