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

DeploymentOperationProperties 类

定义

部署操作属性。

public class DeploymentOperationProperties
type DeploymentOperationProperties = class
Public Class DeploymentOperationProperties
继承
DeploymentOperationProperties

构造函数

DeploymentOperationProperties()

初始化 DeploymentOperationProperties 类的新实例。

DeploymentOperationProperties(Nullable<ProvisioningOperation>, String, Nullable<DateTime>, String, String, String, StatusMessage, TargetResource, HttpMessage, HttpMessage)

初始化 DeploymentOperationProperties 类的新实例。

属性

Duration

获取操作的持续时间。

ProvisioningOperation

获取当前预配操作的名称。 可能的值包括:“NotSpecified”、“Create”、“Delete”、“Waiting”、“AzureAsyncOperationWaiting”、“ResourceCacheWaiting”、“Action”、“Read”、“EvaluateDeploymentOutput”、“DeploymentCleanup”

ProvisioningState

获取预配的状态。

Request

获取 HTTP 请求消息。

Response

获取 HTTP 响应消息。

ServiceRequestId

获取部署操作服务请求 ID。

StatusCode

从资源提供程序获取操作状态代码。 如果尚未收到响应,则可能不会设置此属性。

StatusMessage

从资源提供程序获取操作状态消息。 此属性是可选的。 仅当从资源提供程序收到错误时,才会提供它。

TargetResource

获取目标资源。

Timestamp

获取操作的日期和时间。

适用于