DeploymentOperationProperties Class

Definition

Deployment operation properties.

public class DeploymentOperationProperties
Inheritance
java.lang.Object
DeploymentOperationProperties

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

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.

Applies to