ArmDeploymentOperationProperties 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 ArmDeploymentOperationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperationProperties>
type ArmDeploymentOperationProperties = class
interface IJsonModel<ArmDeploymentOperationProperties>
interface IPersistableModel<ArmDeploymentOperationProperties>
Public Class ArmDeploymentOperationProperties
Implements IJsonModel(Of ArmDeploymentOperationProperties), IPersistableModel(Of ArmDeploymentOperationProperties)
- Inheritance
-
ArmDeploymentOperationProperties
- Implements
Properties
| Name | Description |
|---|---|
| Duration |
The duration of the operation. |
| ProvisioningOperation |
The name of the current provisioning operation. |
| ProvisioningState |
The state of the provisioning. |
| RequestContent |
HTTP message content. |
| ResponseContent |
HTTP message content. |
| ServiceRequestId |
Deployment operation service request id. |
| StatusCode |
Operation status code from the resource provider. This property may not be set if a response has not yet been received. |
| 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. |
| TargetResource |
The target resource. |
| Timestamp |
The date and time of the operation. |