DeploymentPropertiesExtended Class
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentPropertiesExtended
- com.
public class DeploymentPropertiesExtended
Deployment properties with additional details.
Constructor Summary
Constructor | Description | |
---|---|---|
DeploymentPropertiesExtended() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
correlationId()
Get the correlation ID of the deployment. |
Debug |
debugSetting()
Get the debug setting of the deployment. |
java.util.List<Dependency> |
dependencies()
Get the list of deployment dependencies. |
java.lang.String |
duration()
Get the duration of the template deployment. |
Error |
error()
Get the deployment error. |
Deployment |
mode()
Get the deployment mode. |
On |
onErrorDeployment()
Get the deployment on error behavior. |
java.util.List<Resource |
outputResources()
Get array of provisioned resources. |
java.lang.Object |
outputs()
Get key/value pairs that represent deployment output. |
java.lang.Object |
parameters()
Get deployment parameters. |
Parameters |
parametersLink()
Get the URI referencing the parameters. |
java.util.List<com.microsoft.azure.management.resources.implementation.ProviderInner> |
providers()
Get the list of resource providers needed for the deployment. |
Provisioning |
provisioningState()
Get denotes the state of provisioning. |
java.lang.String |
templateHash()
Get the hash produced for the template. |
Template |
templateLink()
Get the URI referencing the template. |
org.joda.time.DateTime |
timestamp()
Get the timestamp of the template deployment. |
java.util.List<Resource |
validatedResources()
Get array of validated resources. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentPropertiesExtended
public DeploymentPropertiesExtended()
Method Details
correlationId
public String correlationId()
Get the correlation ID of the deployment.
Returns:
debugSetting
public DebugSetting debugSetting()
Get the debug setting of the deployment.
Returns:
dependencies
public List
Get the list of deployment dependencies.
Returns:
duration
public String duration()
Get the duration of the template deployment.
Returns:
error
public ErrorResponse error()
Get the deployment error.
Returns:
mode
public DeploymentMode mode()
Get the deployment mode. Possible values are Incremental and Complete. Possible values include: 'Incremental', 'Complete'.
Returns:
onErrorDeployment
public OnErrorDeploymentExtended onErrorDeployment()
Get the deployment on error behavior.
Returns:
outputResources
public List
Get array of provisioned resources.
Returns:
outputs
public Object outputs()
Get key/value pairs that represent deployment output.
Returns:
parameters
public Object parameters()
Get deployment parameters.
Returns:
parametersLink
public ParametersLink parametersLink()
Get the URI referencing the parameters.
Returns:
providers
public List
Get the list of resource providers needed for the deployment.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get denotes the state of provisioning. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'.
Returns:
templateHash
public String templateHash()
Get the hash produced for the template.
Returns:
templateLink
public TemplateLink templateLink()
Get the URI referencing the template.
Returns:
timestamp
public DateTime timestamp()
Get the timestamp of the template deployment.
Returns:
validatedResources
public List
Get array of validated resources.
Returns:
Applies to
Azure SDK for Java