共用方式為


EndpointUpdateParameters.IsHttpAllowed 屬性

定義

取得或設定會指出端點上是否允許 HTTP 流量。 預設值為 true。 至少必須允許一個通訊協定 (HTTP 或 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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於