Uses of Enum
com.azure.resourcemanager.appservice.models.TriggeredWebJobStatus
Packages that use TriggeredWebJobStatus
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of TriggeredWebJobStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return TriggeredWebJobStatusModifier and TypeMethodDescriptionstatic TriggeredWebJobStatusTriggeredWebJobStatus.fromString(String value) Parses a serialized value to a TriggeredWebJobStatus instance.TriggeredJobRun.status()Get the status property: Job status.static TriggeredWebJobStatusReturns 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.azure.resourcemanager.appservice.models with parameters of type TriggeredWebJobStatusModifier and TypeMethodDescriptionTriggeredJobRun.withStatus(TriggeredWebJobStatus status) Set the status property: Job status.