DeploymentOperationProperties Class
Definition
Deployment operation properties.
public class DeploymentOperationProperties
- Inheritance
-
java.lang.ObjectDeploymentOperationProperties
Inherited Members
Constructors
| DeploymentOperationProperties() |
Methods
| duration() |
Get the duration of the operation. |
| provisioningOperation() |
Get the name of the current provisioning operation. Possible values include: 'NotSpecified', 'Create', 'Delete', 'Waiting', 'AzureAsyncOperationWaiting', 'ResourceCacheWaiting', 'Action', 'Read', 'EvaluateDeploymentOutput', 'DeploymentCleanup'. |
| provisioningState() |
Get the state of the provisioning. |
| request() |
Get the HTTP request message. |
| response() |
Get the HTTP response message. |
| serviceRequestId() |
Get deployment operation service request id. |
| statusCode() |
Get operation status code from the resource provider. This property may not be set if a response has not yet been received. |
| statusMessage() |
Get 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() |
Get the target resource. |
| timestamp() |
Get the date and time of the operation. |