MigrateMySqlStatus 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 status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlStatusTypeConverter))]
public class MigrateMySqlStatus : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IMigrateMySqlStatus, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.MigrateMySqlStatusTypeConverter))>]
type MigrateMySqlStatus = class
interface IMigrateMySqlStatus
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class MigrateMySqlStatus
Implements IMigrateMySqlStatus, IValidates
- Inheritance
-
MigrateMySqlStatus
- Attributes
- Implements
Constructors
MigrateMySqlStatus() |
Creates an new MigrateMySqlStatus instance. |
Properties
Id |
Resource Id. |
Kind |
Kind of resource. |
LocalMySqlEnabled |
True if the web app has in app MySql enabled |
MigrationOperationStatus |
Status of the migration task. |
Name |
Resource Name. |
OperationId |
Operation ID for the migration task. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrateMySqlStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrateMySqlStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IMigrateMySqlStatus. |
FromJsonString(String) |
Creates a new instance of MigrateMySqlStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrateMySqlStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |