MigrateMySqlStatusInner.LocalMySqlEnabled Property

Definition

Gets true if the web app has in app MySql enabled

[Newtonsoft.Json.JsonProperty(PropertyName="properties.localMySqlEnabled")]
public bool? LocalMySqlEnabled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.localMySqlEnabled")>]
member this.LocalMySqlEnabled : Nullable<bool>
Public ReadOnly Property LocalMySqlEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to