OnErrorType Struct

Definition

Defines values for OnErrorType.

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

Fields

ContinueJob

Tells the service that if this TransformOutput fails, then allow any other TransformOutput to continue.

StopProcessingJob

Tells the service that if this TransformOutput fails, then any other incomplete TransformOutputs can be stopped.

Methods

Equals(Object)

Overrides Equals operator for OnErrorType

Equals(OnErrorType)

Compares enums of type OnErrorType

GetHashCode()

Returns for hashCode OnErrorType

ToString()

Returns string representation for OnErrorType

Operators

Equality(OnErrorType, OnErrorType)

Overriding == operator for enum OnErrorType

Implicit(OnErrorType to String)

Implicit operator to convert OnErrorType to string

Implicit(String to OnErrorType)

Implicit operator to convert string to OnErrorType

Inequality(OnErrorType, OnErrorType)

Overriding != operator for enum OnErrorType

Applies to