你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateMySqlStatus Class

Definition

MySQL migration status.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlStatusTypeConverter))]
public class MigrateMySqlStatus : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IMigrateMySqlStatus, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlStatusTypeConverter))>]
type MigrateMySqlStatus = class
    interface IMigrateMySqlStatus
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class MigrateMySqlStatus
Implements IMigrateMySqlStatus, IValidates
Inheritance
MigrateMySqlStatus
Attributes
Implements

Constructors

MigrateMySqlStatus()

Creates an new MigrateMySqlStatus instance.

Properties

Id

Resource Id.

Kind

Kind of resource.

LocalMySqlEnabled

True if the web app has in app MySql enabled

MigrationOperationStatus

Status of the migration task.

Name

Resource Name.

OperationId

Operation ID for the migration task.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrateMySqlStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrateMySqlStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IMigrateMySqlStatus.

FromJsonString(String)

Creates a new instance of MigrateMySqlStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrateMySqlStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to