次の方法で共有


Server.SslEnforcement プロパティ

定義

サーバーに接続するときに ssl 強制を有効にするか、有効にしないかを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象