| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OperationStatus |
MigrateMySqlStatusInner.migrationOperationStatus()
Get the migrationOperationStatus property: Status of the migration task.
|
OperationStatus |
MigrateMySqlStatusProperties.migrationOperationStatus()
Get the migrationOperationStatus property: Status of the migration task.
|
OperationStatus |
OperationInner.status()
Get the status property: The current status of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
OperationInner |
OperationInner.withStatus(OperationStatus status)
Set the status property: The current status of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationStatus |
OperationStatus.fromString(String value)
Parses a serialized value to a OperationStatus instance.
|
static OperationStatus |
OperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationStatus[] |
OperationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.