Share via


IMigrateMySqlStatusProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlStatusPropertiesTypeConverter))]
public interface IMigrateMySqlStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlStatusPropertiesTypeConverter))>]
type IMigrateMySqlStatusProperties = interface
    interface IJsonSerializable
Public Interface IMigrateMySqlStatusProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

LocalMySqlEnabled

True if the web app has in app MySql enabled

MigrationOperationStatus

Status of the migration task.

OperationId

Operation ID for the migration task.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to