Uses of Class
com.microsoft.azure.management.appservice.TriggeredWebJobStatus
-
-
Uses of TriggeredWebJobStatus in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return TriggeredWebJobStatus Modifier and Type Method Description static TriggeredWebJobStatusTriggeredWebJobStatus. fromString(String value)Parses a serialized value to a TriggeredWebJobStatus instance.TriggeredWebJobStatusTriggeredJobRun. status()Get job status.static TriggeredWebJobStatusTriggeredWebJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggeredWebJobStatus[]TriggeredWebJobStatus. 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 TriggeredWebJobStatus Modifier and Type Method Description TriggeredJobRunTriggeredJobRun. withStatus(TriggeredWebJobStatus status)Set job status.
-