Class MigrateMySqlStatusInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.MigrateMySqlStatusInner
-
public final class MigrateMySqlStatusInner extends ProxyOnlyResource
MySQL migration status.
-
-
Constructor Summary
Constructors Constructor Description MigrateMySqlStatusInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanlocalMySqlEnabled()Get the localMySqlEnabled property: True if the web app has in app MySql enabled.OperationStatusmigrationOperationStatus()Get the migrationOperationStatus property: Status of the migration task.StringoperationId()Get the operationId property: Operation ID for the migration task.voidvalidate()Validates the instance.MigrateMySqlStatusInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public MigrateMySqlStatusInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
migrationOperationStatus
public OperationStatus migrationOperationStatus()
Get the migrationOperationStatus property: Status of the migration task.- Returns:
- the migrationOperationStatus value.
-
operationId
public String operationId()
Get the operationId property: Operation ID for the migration task.- Returns:
- the operationId value.
-
localMySqlEnabled
public Boolean 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.
-
-