共用方式為


SiteConfigResourceInner.MinTlsVersion 屬性

定義

取得或設定 minTlsVersion:設定 SSL 要求所需的最低 TLS 版本。 可能的值包括:'1.0'、'1.1'、'1.2'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minTlsVersion")]
public Microsoft.Azure.Management.AppService.Fluent.Models.SupportedTlsVersions MinTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minTlsVersion")>]
member this.MinTlsVersion : Microsoft.Azure.Management.AppService.Fluent.Models.SupportedTlsVersions with get, set
Public Property MinTlsVersion As SupportedTlsVersions

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於