public final class MigrateMySqlStatusProperties extends Object
| Constructor and Description |
|---|
MigrateMySqlStatusProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
localMySqlEnabled()
Get the localMySqlEnabled property: True if the web app has in app MySql enabled.
|
OperationStatus |
migrationOperationStatus()
Get the migrationOperationStatus property: Status of the migration task.
|
String |
operationId()
Get the operationId property: Operation ID for the migration task.
|
void |
validate()
Validates the instance.
|
public OperationStatus migrationOperationStatus()
public String operationId()
public Boolean localMySqlEnabled()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.