Class DeploymentPropertiesExtended

java.lang.Object
com.microsoft.azure.management.resources.DeploymentPropertiesExtended

public class DeploymentPropertiesExtended extends Object
Deployment properties with additional details.
  • Constructor Details

    • DeploymentPropertiesExtended

      public DeploymentPropertiesExtended()
  • Method Details

    • 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:
      the provisioningState value
    • correlationId

      public String 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

      public String duration()
      Get the duration of the template deployment.
      Returns:
      the duration value
    • outputs

      public Object outputs()
      Get key/value pairs that represent deployment output.
      Returns:
      the outputs value
    • providers

      public List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers()
      Get the list of resource providers needed for the deployment.
      Returns:
      the providers value
    • dependencies

      public List<Dependency> dependencies()
      Get the list of deployment dependencies.
      Returns:
      the dependencies value
    • templateLink

      public TemplateLink templateLink()
      Get the URI referencing the template.
      Returns:
      the templateLink value
    • parameters

      public Object parameters()
      Get deployment parameters.
      Returns:
      the parameters value
    • parametersLink

      public ParametersLink parametersLink()
      Get the URI referencing the parameters.
      Returns:
      the parametersLink value
    • mode

      public DeploymentMode mode()
      Get the deployment mode. Possible values are Incremental and Complete. Possible values include: 'Incremental', 'Complete'.
      Returns:
      the mode value
    • debugSetting

      public DebugSetting debugSetting()
      Get the debug setting of the deployment.
      Returns:
      the debugSetting value
    • onErrorDeployment

      public OnErrorDeploymentExtended onErrorDeployment()
      Get the deployment on error behavior.
      Returns:
      the onErrorDeployment value
    • templateHash

      public String templateHash()
      Get the hash produced for the template.
      Returns:
      the templateHash value
    • outputResources

      public List<ResourceReference> outputResources()
      Get array of provisioned resources.
      Returns:
      the outputResources value
    • validatedResources

      public List<ResourceReference> validatedResources()
      Get array of validated resources.
      Returns:
      the validatedResources value
    • error

      public ErrorResponse error()
      Get the deployment error.
      Returns:
      the error value