public final class MigrateMySqlStatusInner extends ProxyOnlyResource
| Constructor and Description |
|---|
MigrateMySqlStatusInner() |
| 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.
|
MigrateMySqlStatusInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic MigrateMySqlStatusInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public OperationStatus migrationOperationStatus()
public String operationId()
public Boolean localMySqlEnabled()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - 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.