共用方式為


EndpointUpdateParameters.IsHttpsAllowed 屬性

定義

取得或設定會指出端點上是否允許 HTTPS 流量。 預設值為 true。 至少必須允許一個通訊協定 (HTTP 或 HTTPS) 。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於