Share via


MigrateMySqlRequest Class

Definition

MySQL migration request.

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

Constructors

MigrateMySqlRequest()

Creates an new MigrateMySqlRequest instance.

Properties

ConnectionString

Connection string to the remote MySQL database.

Id

Resource Id.

Kind

Kind of resource.

MigrationType

The type of migration operation to be done

Name

Resource Name.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrateMySqlRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrateMySqlRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrateMySqlRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to