你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchTaskAddStatus Struct

Definition

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