MediaJobRetry Struct

Definition

Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.

public readonly struct MediaJobRetry : IEquatable<Azure.ResourceManager.Media.Models.MediaJobRetry>
type MediaJobRetry = struct
Public Structure MediaJobRetry
Implements IEquatable(Of MediaJobRetry)
Inheritance
MediaJobRetry
Implements

Constructors

MediaJobRetry(String)

Initializes a new instance of MediaJobRetry.

Properties

DoNotRetry

Issue needs to be investigated and then the job resubmitted with corrections or retried once the underlying issue has been corrected.

MayRetry

Issue may be resolved after waiting for a period of time and resubmitting the same Job.

Methods

Equals(MediaJobRetry)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MediaJobRetry, MediaJobRetry)

Determines if two MediaJobRetry values are the same.

Implicit(String to MediaJobRetry)

Converts a string to a MediaJobRetry.

Inequality(MediaJobRetry, MediaJobRetry)

Determines if two MediaJobRetry values are not the same.

Applies to