Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeploymentOperationProperties

Package version

Deployment operation properties.

Hierarchy

  • DeploymentOperationProperties

Index

Properties

Optional duration

duration: undefined | string

The duration of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

The state of the provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

Optional request

request: HttpMessage

The HTTP request message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional response

response: HttpMessage

The HTTP response message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional serviceRequestId

serviceRequestId: undefined | string

Deployment operation service request id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusCode

statusCode: undefined | string

Operation status code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusMessage

statusMessage: any

Operation status message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional targetResource

targetResource: TargetResource

The target resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional timestamp

timestamp: Date

The date and time of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc