Class MigrateMySqlStatusInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.MigrateMySqlStatusInner
MySQL migration status.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MigrateMySqlStatusInner 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.Set the kind property: Kind of resource.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
MigrateMySqlStatusInner
public MigrateMySqlStatusInner()Creates an instance of MigrateMySqlStatusInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
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.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-