Uses of Enum Class
com.microsoft.azure.management.appservice.TriggeredWebJobStatus
Packages that use TriggeredWebJobStatus
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of TriggeredWebJobStatus in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return TriggeredWebJobStatusModifier and TypeMethodDescriptionstatic TriggeredWebJobStatusTriggeredWebJobStatus.fromString(String value) Parses a serialized value to a TriggeredWebJobStatus instance.TriggeredJobRun.status()Get job status.static TriggeredWebJobStatusReturns the enum constant of this class with the specified name.static TriggeredWebJobStatus[]TriggeredWebJobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type TriggeredWebJobStatusModifier and TypeMethodDescriptionTriggeredJobRun.withStatus(TriggeredWebJobStatus status) Set job status.