Uses of Class
com.azure.resourcemanager.appservice.models.OperationStatus
-
Packages that use OperationStatus 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. -
-
Uses of OperationStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return OperationStatus Modifier and Type Method Description OperationStatusMigrateMySqlStatusInner. migrationOperationStatus()Get the migrationOperationStatus property: Status of the migration task.OperationStatusMigrateMySqlStatusProperties. migrationOperationStatus()Get the migrationOperationStatus property: Status of the migration task.OperationStatusOperationInner. status()Get the status property: The current status of the operation.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type OperationStatus Modifier and Type Method Description OperationInnerOperationInner. withStatus(OperationStatus status)Set the status property: The current status of the operation. -
Uses of OperationStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OperationStatus Modifier and Type Method Description static OperationStatusOperationStatus. fromString(String value)Parses a serialized value to a OperationStatus instance.static OperationStatusOperationStatus. 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.
-