DeploymentOperationProperties interface

Deployment operation properties.

Properties

duration

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

provisioningOperation

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

provisioningState

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

request

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

response

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

serviceRequestId

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

statusCode

Operation status code from the resource provider. This property may not be set if a response has not yet been received. NOTE: This property will not be serialized. It can only be populated by the server.

statusMessage

Operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

targetResource

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

timestamp

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

Property Details

duration

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

duration?: string

Property Value

string

provisioningOperation

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

provisioningOperation?: ProvisioningOperation

Property Value

provisioningState

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

provisioningState?: string

Property Value

string

request

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

request?: HttpMessage

Property Value

response

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

response?: HttpMessage

Property Value

serviceRequestId

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

serviceRequestId?: string

Property Value

string

statusCode

Operation status code from the resource provider. This property may not be set if a response has not yet been received. NOTE: This property will not be serialized. It can only be populated by the server.

statusCode?: string

Property Value

string

statusMessage

Operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

statusMessage?: StatusMessage

Property Value

targetResource

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

targetResource?: TargetResource

Property Value

timestamp

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

timestamp?: Date

Property Value

Date