共用方式為


SitePatchResource.HttpsOnly 屬性

定義

取得或設定 HTTPsOnly:設定網站只接受 HTTPs 要求。 HTTP 要求的問題重新導向

[Newtonsoft.Json.JsonProperty(PropertyName="properties.httpsOnly")]
public bool? HttpsOnly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.httpsOnly")>]
member this.HttpsOnly : Nullable<bool> with get, set
Public Property HttpsOnly As Nullable(Of Boolean)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於