Uses of Class
com.microsoft.azure.management.appservice.ComputeModeOptions
-
-
Uses of ComputeModeOptions in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ComputeModeOptions Modifier and Type Method Description ComputeModeOptionsWorkerPool. computeMode()Get shared or dedicated app hosting.static ComputeModeOptionsComputeModeOptions. fromString(String value)Parses a serialized value to a ComputeModeOptions instance.static ComputeModeOptionsComputeModeOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeModeOptions[]ComputeModeOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type ComputeModeOptions Modifier and Type Method Description WorkerPoolWorkerPool. withComputeMode(ComputeModeOptions computeMode)Set shared or dedicated app hosting.
-