Delen via


EndpointInner.IsHttpAllowed Eigenschap

Definitie

Hiermee wordt aangegeven of HTTP-verkeer is toegestaan op het eindpunt. De standaardwaarde is Waar. Ten minste één protocol (HTTP of HTTPS) moet zijn toegestaan.

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

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Van toepassing op