Compartir a través de


EndpointUpdateParameters.IsHttpsAllowed Propiedad

Definición

Obtiene o establece indica si se permite el tráfico HTTPS 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.isHttpsAllowed")]
public bool? IsHttpsAllowed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isHttpsAllowed")>]
member this.IsHttpsAllowed : Nullable<bool> with get, set
Public Property IsHttpsAllowed As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a