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

OnErrorType 结构

定义

定义 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)
继承
OnErrorType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

ContinueJob

告知服务,如果此 TransformOutput 失败,则允许任何其他 TransformOutput 继续。

StopProcessingJob

告知服务,如果此 TransformOutput 失败,则可以停止任何其他不完整的 TransformOutput。

方法

Equals(Object)

替代 OnErrorType 的 Equals 运算符

Equals(OnErrorType)

比较 OnErrorType 类型的枚举

GetHashCode()

为 hashCode OnErrorType 返回

ToString()

返回 OnErrorType 的字符串表示形式

运算符

Equality(OnErrorType, OnErrorType)

重写 Enum OnErrorType 的 == 运算符

Implicit(OnErrorType to String)

用于将 OnErrorType 转换为字符串的隐式运算符

Implicit(String to OnErrorType)

用于将字符串转换为 OnErrorType 的隐式运算符

Inequality(OnErrorType, OnErrorType)

重写 Enum OnErrorType 的 != 运算符

适用于