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

ExperimentStatus 类

定义

表示试验状态的模型。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExperimentStatus
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExperimentStatus = class
Public Class ExperimentStatus
继承
ExperimentStatus
属性

构造函数

ExperimentStatus()

初始化 ExperimentStatus 类的新实例。

ExperimentStatus(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

初始化 ExperimentStatus 类的新实例。

属性

CreatedDateUtc

获取表示试验的创建日期时间的字符串。

EndDateUtc

获取表示试验的结束日期时间的字符串。

Id

获取完全限定的资源 ID 的字符串。

Name

获取资源名称的字符串。

Status

获取表示试验状态的字符串。

Type

获取资源类型的字符串。

适用于