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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class MigrateMySqlStatus : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MigrateMySqlStatus = class
inherit ProxyOnlyResource
Public Class MigrateMySqlStatus
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
MigrateMySqlStatus() |
Initializes a new instance of the MigrateMySqlStatus class. |
MigrateMySqlStatus(String, String, String, String, Nullable<OperationStatus>, String, Nullable<Boolean>) |
Initializes a new instance of the MigrateMySqlStatus class. |
Properties
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
LocalMySqlEnabled |
Gets true if the web app has in app MySql enabled |
MigrationOperationStatus |
Gets status of the migration task. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created' |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
OperationId |
Gets operation ID for the migration task. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET