MySqlMigrationType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.appservice.models.MySqlMigrationType

public enum MySqlMigrationType
extends Enum<MySqlMigrationType>

The type of migration operation to be done.

Fields

LOCAL_TO_REMOTE

Enum value LocalToRemote.

REMOTE_TO_LOCAL

Enum value RemoteToLocal.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static MySqlMigrationType fromString(String value)

Parses a serialized value to a MySqlMigrationType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed MySqlMigrationType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static MySqlMigrationType valueOf(String name)

Parameters

name
String

Returns

values()

public static MySqlMigrationType[] values()

Returns

Applies to