Class DeploymentOperationProperties
java.lang.Object
com.microsoft.azure.management.resources.DeploymentOperationProperties
Deployment operation properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionduration()
Get the duration of the operation.Get the name of the current provisioning operation.Get the state of the provisioning.request()
Get the HTTP request message.response()
Get the HTTP response message.Get deployment operation service request id.Get operation status code from the resource provider.Get operation status message from the resource provider.Get the target resource.org.joda.time.DateTime
Get the date and time of the operation.
-
Constructor Details
-
DeploymentOperationProperties
public DeploymentOperationProperties()
-
-
Method Details
-
provisioningOperation
Get the name of the current provisioning operation. Possible values include: 'NotSpecified', 'Create', 'Delete', 'Waiting', 'AzureAsyncOperationWaiting', 'ResourceCacheWaiting', 'Action', 'Read', 'EvaluateDeploymentOutput', 'DeploymentCleanup'.- Returns:
- the provisioningOperation value
-
provisioningState
Get the state of the provisioning.- Returns:
- the provisioningState value
-
timestamp
public org.joda.time.DateTime timestamp()Get the date and time of the operation.- Returns:
- the timestamp value
-
duration
Get the duration of the operation.- Returns:
- the duration value
-
serviceRequestId
Get deployment operation service request id.- Returns:
- the serviceRequestId value
-
statusCode
Get operation status code from the resource provider. This property may not be set if a response has not yet been received.- Returns:
- the statusCode value
-
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.- Returns:
- the statusMessage value
-
targetResource
Get the target resource.- Returns:
- the targetResource value
-
request
Get the HTTP request message.- Returns:
- the request value
-
response
Get the HTTP response message.- Returns:
- the response value
-