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