IMigrateMySqlRequest Interface

Definition

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

Properties

ConnectionString

Connection string to the remote MySQL database.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
MigrationType

The type of migration operation to be done

Name

Resource Name.

(Inherited from IProxyOnlyResource)
Type

Resource type.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to