BatchErrorSourceCategory 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.
BatchErrorSourceCategory enums.
public readonly struct BatchErrorSourceCategory : IEquatable<Azure.Compute.Batch.BatchErrorSourceCategory>
type BatchErrorSourceCategory = struct
Public Structure BatchErrorSourceCategory
Implements IEquatable(Of BatchErrorSourceCategory)
- Inheritance
-
BatchErrorSourceCategory
- Implements
Constructors
| Name | Description |
|---|---|
| BatchErrorSourceCategory(String) |
Initializes a new instance of BatchErrorSourceCategory. |
Properties
| Name | Description |
|---|---|
| ServerError |
The error is due to an internal server issue. |
| UserError |
The error is due to a user issue, such as misconfiguration. |
Methods
| Name | Description |
|---|---|
| Equals(BatchErrorSourceCategory) |
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
| Name | Description |
|---|---|
| Equality(BatchErrorSourceCategory, BatchErrorSourceCategory) |
Determines if two BatchErrorSourceCategory values are the same. |
| Implicit(String to BatchErrorSourceCategory) |
Converts a String to a BatchErrorSourceCategory. |
| Inequality(BatchErrorSourceCategory, BatchErrorSourceCategory) |
Determines if two BatchErrorSourceCategory values are not the same. |