Class JobRetry
java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobRetry>
com.azure.resourcemanager.mediaservices.models.JobRetry
Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure
Portal.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JobRetry
fromString
(String name) Creates or finds a JobRetry from its string representation.static Collection<JobRetry>
values()
Gets known JobRetry values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DO_NOT_RETRY
Static value DoNotRetry for JobRetry. -
MAY_RETRY
Static value MayRetry for JobRetry.
-
-
Constructor Details
-
JobRetry
Deprecated.Use thefromString(String)
factory method.Creates a new instance of JobRetry value.
-
-
Method Details
-
fromString
Creates or finds a JobRetry from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding JobRetry.
-
values
Gets known JobRetry values.- Returns:
- known JobRetry values.
-
fromString(String)
factory method.