Sdílet prostřednictvím


EndpointUpdateParameters.IsHttpAllowed Vlastnost

Definice

Získá nebo nastaví, jestli je v koncovém bodu povolený provoz HTTP. Výchozí hodnota je true (pravda). Musí být povolený alespoň jeden protokol (HTTP nebo 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)

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Platí pro