Compartir a través de


Server.SslEnforcement Propiedad

Definición

Obtiene o establece la habilitación de la aplicación ssl o no cuando se conecta al servidor. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a