你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PipelineJobState 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 PipelineJobState 的值。
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobStateConverter))]
public struct PipelineJobState : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobStateConverter))>]
type PipelineJobState = struct
Public Structure PipelineJobState
Implements IEquatable(Of PipelineJobState)
- 继承
-
PipelineJobState
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
- 实现
字段
Canceled |
管道作业已取消。 |
Completed |
管道作业已完成。 |
Failed |
管道作业失败。 |
Processing |
管道作业正在处理。 |
方法
Equals(Object) |
重写 PipelineJobState 的 Equals 运算符 |
Equals(PipelineJobState) |
比较 PipelineJobState 类型的枚举 |
GetHashCode() |
为 hashCode PipelineJobState 返回 |
ToString() |
返回 PipelineJobState 的字符串表示形式 |
运算符
Equality(PipelineJobState, PipelineJobState) |
为 enum PipelineJobState 重写 == 运算符 |
Implicit(PipelineJobState to String) |
用于将 PipelineJobState 转换为字符串的隐式运算符 |
Implicit(String to PipelineJobState) |
用于将字符串转换为 PipelineJobState 的隐式运算符 |
Inequality(PipelineJobState, PipelineJobState) |
重写 enum PipelineJobState 的 != 运算符 |