Partager via


Endpoint.IsHttpsAllowed Propriété

Définition

Obtient ou définit indique si le trafic HTTPS est autorisé sur le point de terminaison. La valeur par défaut est true. Au moins un protocole (HTTP ou HTTPS) doit être autorisé.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à