Compartir a través de


EndpointUpdateParameters.IsHttpAllowed Propiedad

Definición

Obtiene o establece indica si se permite el tráfico HTTP en el punto de conexión. El valor predeterminado es true. Se debe permitir al menos un protocolo (HTTP o HTTPS).

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a