DeploymentOperationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment operation properties.
public class DeploymentOperationProperties
type DeploymentOperationProperties = class
Public Class DeploymentOperationProperties
- Inheritance
-
DeploymentOperationProperties
Constructors
DeploymentOperationProperties() |
Initializes a new instance of the DeploymentOperationProperties class. |
DeploymentOperationProperties(Nullable<ProvisioningOperation>, String, Nullable<DateTime>, String, String, String, StatusMessage, TargetResource, HttpMessage, HttpMessage) |
Initializes a new instance of the DeploymentOperationProperties class. |
Properties
Duration |
Gets the duration of the operation. |
ProvisioningOperation |
Gets the name of the current provisioning operation. Possible values include: 'NotSpecified', 'Create', 'Delete', 'Waiting', 'AzureAsyncOperationWaiting', 'ResourceCacheWaiting', 'Action', 'Read', 'EvaluateDeploymentOutput', 'DeploymentCleanup' |
ProvisioningState |
Gets the state of the provisioning. |
Request |
Gets the HTTP request message. |
Response |
Gets the HTTP response message. |
ServiceRequestId |
Gets deployment operation service request id. |
StatusCode |
Gets operation status code from the resource provider. This property may not be set if a response has not yet been received. |
StatusMessage |
Gets 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. |
TargetResource |
Gets the target resource. |
Timestamp |
Gets the date and time of the operation. |