Class DeploymentPropertiesExtended
java.lang.Object
com.microsoft.azure.management.resources.DeploymentPropertiesExtended
Deployment properties with additional details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the correlation ID of the deployment.Get the debug setting of the deployment.Get the list of deployment dependencies.duration()
Get the duration of the template deployment.error()
Get the deployment error.mode()
Get the deployment mode.Get the deployment on error behavior.Get array of provisioned resources.outputs()
Get key/value pairs that represent deployment output.Get deployment parameters.Get the URI referencing the parameters.List<com.microsoft.azure.management.resources.implementation.ProviderInner>
Get the list of resource providers needed for the deployment.Get denotes the state of provisioning.Get the hash produced for the template.Get the URI referencing the template.org.joda.time.DateTime
Get the timestamp of the template deployment.Get array of validated resources.
-
Constructor Details
-
DeploymentPropertiesExtended
public DeploymentPropertiesExtended()
-
-
Method Details
-
provisioningState
Get denotes the state of provisioning. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'.- Returns:
- the provisioningState value
-
correlationId
Get the correlation ID of the deployment.- Returns:
- the correlationId value
-
timestamp
public org.joda.time.DateTime timestamp()Get the timestamp of the template deployment.- Returns:
- the timestamp value
-
duration
Get the duration of the template deployment.- Returns:
- the duration value
-
outputs
Get key/value pairs that represent deployment output.- Returns:
- the outputs value
-
providers
Get the list of resource providers needed for the deployment.- Returns:
- the providers value
-
dependencies
Get the list of deployment dependencies.- Returns:
- the dependencies value
-
templateLink
Get the URI referencing the template.- Returns:
- the templateLink value
-
parameters
Get deployment parameters.- Returns:
- the parameters value
-
parametersLink
Get the URI referencing the parameters.- Returns:
- the parametersLink value
-
mode
Get the deployment mode. Possible values are Incremental and Complete. Possible values include: 'Incremental', 'Complete'.- Returns:
- the mode value
-
debugSetting
Get the debug setting of the deployment.- Returns:
- the debugSetting value
-
onErrorDeployment
Get the deployment on error behavior.- Returns:
- the onErrorDeployment value
-
templateHash
Get the hash produced for the template.- Returns:
- the templateHash value
-
outputResources
Get array of provisioned resources.- Returns:
- the outputResources value
-
validatedResources
Get array of validated resources.- Returns:
- the validatedResources value
-
error
Get the deployment error.- Returns:
- the error value
-