EHNamespace.MinimumTlsVersion プロパティ

定義

サポートするクラスターの最小 TLS バージョン (例: '1.2') を取得または設定します。 指定できる値は、'1.0'、'1.1'、'1.2' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumTlsVersion")]
public string MinimumTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumTlsVersion")>]
member this.MinimumTlsVersion : string with get, set
Public Property MinimumTlsVersion As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象