ManagedInstance.MinimalTlsVersion プロパティ

定義

最小 TLS バージョンを取得または設定します。 使用できる値: 'None'、'1.0'、'1.1'、'1.2'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象