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

적용 대상