JobRetry Struct

Definition

Defines values for JobRetry.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobRetryConverter))]
public struct JobRetry : IEquatable<Microsoft.Azure.Management.Media.Models.JobRetry>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobRetryConverter))>]
type JobRetry = struct
Public Structure JobRetry
Implements IEquatable(Of JobRetry)
Inheritance
JobRetry
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

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(JobRetry)

Compares enums of type JobRetry

Equals(Object)

Overrides Equals operator for JobRetry

GetHashCode()

Returns for hashCode JobRetry

ToString()

Returns string representation for JobRetry

Operators

Equality(JobRetry, JobRetry)

Overriding == operator for enum JobRetry

Implicit(JobRetry to String)

Implicit operator to convert JobRetry to string

Implicit(String to JobRetry)

Implicit operator to convert string to JobRetry

Inequality(JobRetry, JobRetry)

Overriding != operator for enum JobRetry

Applies to