Uses of Class
com.microsoft.azure.management.appservice.WorkerSizeOptions
-
-
Uses of WorkerSizeOptions in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return WorkerSizeOptions Modifier and Type Method Description static WorkerSizeOptionsWorkerSizeOptions. fromString(String value)Parses a serialized value to a WorkerSizeOptions instance.static WorkerSizeOptionsWorkerSizeOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerSizeOptions[]WorkerSizeOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-