次の方法で共有


CustomDomainHttpsParameters.MinimumTlsVersion プロパティ

定義

Https に使用される TLS プロトコルのバージョンを取得または設定します。 使用できる値は、'None'、'TLS10'、'TLS12' です。

[Newtonsoft.Json.JsonProperty(PropertyName="minimumTlsVersion")]
public Microsoft.Azure.Management.Cdn.Models.MinimumTlsVersion? MinimumTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minimumTlsVersion")>]
member this.MinimumTlsVersion : Nullable<Microsoft.Azure.Management.Cdn.Models.MinimumTlsVersion> with get, set
Public Property MinimumTlsVersion As Nullable(Of MinimumTlsVersion)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象