Share via


Server.SslEnforcement Property

Definition

Gets or sets enable ssl enforcement or not when connect to server. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to