Share via


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

RunStatus 类

定义

定义 RunType 的值。

public class RunStatus : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunStatus>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type RunStatus = class
    inherit ExpandableStringEnum<RunStatus>
    interface IBeta
Public Class RunStatus
Inherits ExpandableStringEnum(Of RunStatus)
Implements IBeta
继承
实现

构造函数

RunStatus()

定义 RunType 的值。

字段

Canceled

针对 RunType 运行的静态值。

Error

RunType 的静态值错误。

Failed

RunType 的静态值失败。

Queued

适用于 RunType 的静态值 QuickBuild。

Running

RunType 的静态值 AutoBuild。

Started

针对 RunType 的静态值 QuickRun。

Succeeded

RunType 的静态值 AutoRun。

Timeout

RunType 的静态值超时。

属性

Value

定义 RunType 的值。

(继承自 ExpandableStringEnum<T>)

方法

Equals(Object)

定义 RunType 的值。

(继承自 ExpandableStringEnum<T>)
Equals(String)

定义 RunType 的值。

(继承自 ExpandableStringEnum<T>)
GetHashCode()

定义 RunType 的值。

(继承自 ExpandableStringEnum<T>)
ToString()

定义 RunType 的值。

(继承自 ExpandableStringEnum<T>)

适用于