Share via


MySqlMigrationType Struct

Definition

The type of migration operation to be done

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationTypeTypeConverter))]
public struct MySqlMigrationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.MySqlMigrationTypeTypeConverter))>]
type MySqlMigrationType = struct
    interface IArgumentCompleter
Public Structure MySqlMigrationType
Implements IArgumentCompleter, IEquatable(Of MySqlMigrationType)
Inheritance
MySqlMigrationType
Attributes
Implements

Fields

LocalToRemote
RemoteToLocal

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MySqlMigrationType)

Compares values of enum type MySqlMigrationType

Equals(Object)

Compares values of enum type MySqlMigrationType (override for Object)

GetHashCode()

Returns hashCode for enum MySqlMigrationType

ToString()

Returns string representation for MySqlMigrationType

Operators

Equality(MySqlMigrationType, MySqlMigrationType)

Overriding == operator for enum MySqlMigrationType

Implicit(MySqlMigrationType to String)

Implicit operator to convert MySqlMigrationType to string

Implicit(String to MySqlMigrationType)

Implicit operator to convert string to MySqlMigrationType

Inequality(MySqlMigrationType, MySqlMigrationType)

Overriding != operator for enum MySqlMigrationType

Applies to