MigrateMySqlRequestProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MigrateMySqlRequest resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlRequestPropertiesTypeConverter))]
public class MigrateMySqlRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IMigrateMySqlRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlRequestPropertiesTypeConverter))>]
type MigrateMySqlRequestProperties = class
interface IMigrateMySqlRequestProperties
interface IJsonSerializable
Public Class MigrateMySqlRequestProperties
Implements IMigrateMySqlRequestProperties
- Inheritance
-
MigrateMySqlRequestProperties
- Attributes
- Implements
Constructors
MigrateMySqlRequestProperties() |
Creates an new MigrateMySqlRequestProperties instance. |
Properties
ConnectionString |
Connection string to the remote MySQL database. |
MigrationType |
The type of migration operation to be done |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrateMySqlRequestProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrateMySqlRequestProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IMigrateMySqlRequestProperties. |
FromJsonString(String) |
Creates a new instance of MigrateMySqlRequestProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrateMySqlRequestProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |