Compartir a través de


IotHubProperties.RestrictOutboundNetworkAccess Propiedad

Definición

Obtiene o establece si es true, la salida de IotHub se restringirá solo a los FQDN permitidos configurados a través de 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a