MigrateMySqlRequest 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.
MySQL migration request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.MigrateMySqlRequestTypeConverter))]
public class MigrateMySqlRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IMigrateMySqlRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.MigrateMySqlRequestTypeConverter))>]
type MigrateMySqlRequest = class
interface IMigrateMySqlRequest
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class MigrateMySqlRequest
Implements IMigrateMySqlRequest, IValidates
- Inheritance
-
MigrateMySqlRequest
- Attributes
- Implements
Constructors
MigrateMySqlRequest() |
Creates an new MigrateMySqlRequest instance. |
Properties
ConnectionString |
Connection string to the remote MySQL database. |
Id |
Resource Id. |
Kind |
Kind of resource. |
MigrationType |
The type of migration operation to be done |
Name |
Resource Name. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrateMySqlRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrateMySqlRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IMigrateMySqlRequest. |
FromJsonString(String) |
Creates a new instance of MigrateMySqlRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrateMySqlRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |