JobErrorCategory Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for JobErrorCategory.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobErrorCategoryConverter))]
public struct JobErrorCategory : IEquatable<Microsoft.Azure.Management.Media.Models.JobErrorCategory>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobErrorCategoryConverter))>]
type JobErrorCategory = struct
Public Structure JobErrorCategory
Implements IEquatable(Of JobErrorCategory)
- Inheritance
-
JobErrorCategory
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Configuration |
The error is configuration related. |
Content |
The error is related to data in the input files. |
Download |
The error is download related. |
Service |
The error is service related. |
Upload |
The error is upload related. |
Methods
Equals(JobErrorCategory) |
Compares enums of type JobErrorCategory |
Equals(Object) |
Overrides Equals operator for JobErrorCategory |
GetHashCode() |
Returns for hashCode JobErrorCategory |
ToString() |
Returns string representation for JobErrorCategory |
Operators
Equality(JobErrorCategory, JobErrorCategory) |
Overriding == operator for enum JobErrorCategory |
Implicit(JobErrorCategory to String) |
Implicit operator to convert JobErrorCategory to string |
Implicit(String to JobErrorCategory) |
Implicit operator to convert string to JobErrorCategory |
Inequality(JobErrorCategory, JobErrorCategory) |
Overriding != operator for enum JobErrorCategory |
Applies to
Azure SDK for .NET