DeploymentPropertiesExtended Class

Definition

Deployment properties with additional details.

public class DeploymentPropertiesExtended
Inheritance
java.lang.Object
DeploymentPropertiesExtended

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

DeploymentPropertiesExtended()

Methods

correlationId()

Get the correlation ID of the deployment.

debugSetting()

Get the debug setting of the deployment.

dependencies()

Get the list of deployment dependencies.

duration()

Get the duration of the template deployment.

error()

Get the deployment error.

mode()

Get the deployment mode. Possible values are Incremental and Complete. Possible values include: 'Incremental', 'Complete'.

onErrorDeployment()

Get the deployment on error behavior.

outputResources()

Get array of provisioned resources.

outputs()

Get key/value pairs that represent deployment output.

parameters()

Get deployment parameters.

parametersLink()

Get the URI referencing the parameters.

providers()

Get the list of resource providers needed for the deployment.

provisioningState()

Get denotes the state of provisioning. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'.

templateHash()

Get the hash produced for the template.

templateLink()

Get the URI referencing the template.

timestamp()

Get the timestamp of the template deployment.

validatedResources()

Get array of validated resources.

Applies to