通过


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

DeploymentProperties interface

部署资源特定的属性

属性

active

如果部署当前处于活动状态,则为 true;如果已完成,则为 false;如果未启动,则为 null。

author

谁创作了部署。

author_email

创作电子邮件。

deployer

执行部署的人员。

details

有关部署的详细信息。

end_time

结束时间。

message

有关部署状态的详细信息。

start_time

开始时间。

status

部署状态。

属性详细信息

active

如果部署当前处于活动状态,则为 true;如果已完成,则为 false;如果未启动,则为 null。

active?: boolean

属性值

boolean

author

谁创作了部署。

author?: string

属性值

string

author_email

创作电子邮件。

author_email?: string

属性值

string

deployer

执行部署的人员。

deployer?: string

属性值

string

details

有关部署的详细信息。

details?: string

属性值

string

end_time

结束时间。

end_time?: string | Date

属性值

string | Date

message

有关部署状态的详细信息。

message?: string

属性值

string

start_time

开始时间。

start_time?: string | Date

属性值

string | Date

status

部署状态。

status?: number

属性值

number