BatchTaskAddStatus 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.
BatchTaskAddStatus enums.
public readonly struct BatchTaskAddStatus : IEquatable<Azure.Compute.Batch.BatchTaskAddStatus>
type BatchTaskAddStatus = struct
Public Structure BatchTaskAddStatus
Implements IEquatable(Of BatchTaskAddStatus)
- Inheritance
-
BatchTaskAddStatus
- Implements
Constructors
BatchTaskAddStatus(String) |
Initializes a new instance of BatchTaskAddStatus. |
Properties
ClientError |
The Task failed to add due to a client error and should not be retried without modifying the request as appropriate. |
ServerError |
Task failed to add due to a server error and can be retried without modification. |
Success |
The Task was added successfully. |
Methods
Equals(BatchTaskAddStatus) |
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(BatchTaskAddStatus, BatchTaskAddStatus) |
Determines if two BatchTaskAddStatus values are the same. |
Implicit(String to BatchTaskAddStatus) |
Converts a string to a BatchTaskAddStatus. |
Inequality(BatchTaskAddStatus, BatchTaskAddStatus) |
Determines if two BatchTaskAddStatus values are not the same. |
Applies to
Azure SDK for .NET