Uses of Class
com.azure.resourcemanager.mediaservices.models.JobRetry
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of JobRetry in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final JobRetry
JobRetry.DO_NOT_RETRY
Static value DoNotRetry for JobRetry.static final JobRetry
JobRetry.MAY_RETRY
Static value MayRetry for JobRetry.Modifier and TypeMethodDescriptionstatic JobRetry
JobRetry.fromString
(String name) Creates or finds a JobRetry from its string representation.JobError.retry()
Get the retry property: Indicates that it may be possible to retry the Job.Modifier and TypeMethodDescriptionstatic Collection<JobRetry>
JobRetry.values()
Gets known JobRetry values.