Uses of Class
com.microsoft.azure.management.appservice.OperationStatus
-
-
Uses of OperationStatus in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice 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.
-