Uses of Class
com.microsoft.azure.eventgrid.models.MediaJobRetry
-
Packages that use MediaJobRetry Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MediaJobRetry in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return MediaJobRetry Modifier and Type Method Description static MediaJobRetryMediaJobRetry. fromString(String value)Parses a serialized value to a MediaJobRetry instance.MediaJobRetryMediaJobError. retry()Get indicates that it may be possible to retry the Job.static MediaJobRetryMediaJobRetry. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaJobRetry[]MediaJobRetry. values()Returns an array containing the constants of this enum type, in the order they are declared.
-