Class MigrateMySqlStatusProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.MigrateMySqlStatusProperties
MigrateMySqlStatus resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MigrateMySqlStatusProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the localMySqlEnabled property: True if the web app has in app MySql enabled.Get the migrationOperationStatus property: Status of the migration task.Get the operationId property: Operation ID for the migration task.voidvalidate()Validates the instance.
-
Constructor Details
-
MigrateMySqlStatusProperties
public MigrateMySqlStatusProperties()Creates an instance of MigrateMySqlStatusProperties class.
-
-
Method Details
-
migrationOperationStatus
Get the migrationOperationStatus property: Status of the migration task.- Returns:
- the migrationOperationStatus value.
-
operationId
Get the operationId property: Operation ID for the migration task.- Returns:
- the operationId value.
-
localMySqlEnabled
Get the localMySqlEnabled property: True if the web app has in app MySql enabled.- Returns:
- the localMySqlEnabled value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-