DeploymentPropertiesExtended Class
Definition
Deployment properties with additional details.
public class DeploymentPropertiesExtended
- Inheritance
-
java.lang.ObjectDeploymentPropertiesExtended
Inherited Members
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. |