Share via


MigrateMySqlStatusData Class

Definition

A class representing the MigrateMySqlStatus data model. MySQL migration status.

public class MigrateMySqlStatusData : Azure.ResourceManager.Models.ResourceData
public class MigrateMySqlStatusData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.MigrateMySqlStatusData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.MigrateMySqlStatusData>
type MigrateMySqlStatusData = class
    inherit ResourceData
type MigrateMySqlStatusData = class
    inherit ResourceData
    interface IJsonModel<MigrateMySqlStatusData>
    interface IPersistableModel<MigrateMySqlStatusData>
Public Class MigrateMySqlStatusData
Inherits ResourceData
Public Class MigrateMySqlStatusData
Inherits ResourceData
Implements IJsonModel(Of MigrateMySqlStatusData), IPersistableModel(Of MigrateMySqlStatusData)
Inheritance
MigrateMySqlStatusData
Implements

Constructors

MigrateMySqlStatusData()

Initializes a new instance of MigrateMySqlStatusData.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsLocalMySqlEnabled

True if the web app has in app MySql enabled.

Kind

Kind of resource.

MigrationOperationStatus

Status of the migration task.

Name

The name of the resource.

(Inherited from ResourceData)
OperationId

Operation ID for the migration task.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<MigrateMySqlStatusData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MigrateMySqlStatusData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlStatusData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlStatusData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MigrateMySqlStatusData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to