IMigrateMySqlRequest.MigrationType Property

Definition

The type of migration operation to be done

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "LocalToRemote", "RemoteToLocal" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="The type of migration operation to be done", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationType", Update=true)]
public string MigrationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "LocalToRemote", "RemoteToLocal" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="The type of migration operation to be done", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationType", Update=true)>]
member this.MigrationType : string with get, set
Public Property MigrationType As String

Property Value

Attributes

Applies to