Partager via


EndpointInner.IsHttpAllowed Propriété

Définition

Obtient ou définit indique si le trafic HTTP 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.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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à