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

Deployment 类

定义

用于发布活动的用户凭据。

[Microsoft.Rest.Serialization.JsonTransformation]
public class Deployment : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Deployment = class
    inherit ProxyOnlyResource
Public Class Deployment
Inherits ProxyOnlyResource
继承
属性

构造函数

Deployment()

初始化 Deployment 类的新实例。

Deployment(String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String)

初始化 Deployment 类的新实例。

属性

Active

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

Author

获取或设置部署的作者。

AuthorEmail

获取或设置作者电子邮件。

Deployer

获取或设置执行部署的人员。

Details

获取或设置有关部署的详细信息。

EndTime

获取或设置结束时间。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Message

获取或设置有关部署状态的详细信息。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
StartTime

获取或设置开始时间。

Status

获取或设置部署状态。

Type

获取资源类型。

(继承自 ProxyOnlyResource)

适用于