DeploymentPropertiesExtended Class

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

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.

DebugSetting 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.

ErrorResponse error()

Get the deployment error.

DeploymentMode mode()

Get the deployment mode.

OnErrorDeploymentExtended onErrorDeployment()

Get the deployment on error behavior.

java.util.List<ResourceReference> 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.

ParametersLink 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.

ProvisioningState provisioningState()

Get denotes the state of provisioning.

java.lang.String templateHash()

Get the hash produced for the template.

TemplateLink templateLink()

Get the URI referencing the template.

org.joda.time.DateTime timestamp()

Get the timestamp of the template deployment.

java.util.List<ResourceReference> validatedResources()

Get array of validated resources.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals 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 java.lang.Object.wait

Constructor Details

DeploymentPropertiesExtended

public DeploymentPropertiesExtended()

Method Details

correlationId

public String correlationId()

Get the correlation ID of the deployment.

Returns:

the correlationId value

debugSetting

public DebugSetting debugSetting()

Get the debug setting of the deployment.

Returns:

the debugSetting value

dependencies

public List dependencies()

Get the list of deployment dependencies.

Returns:

the dependencies value

duration

public String duration()

Get the duration of the template deployment.

Returns:

the duration value

error

public ErrorResponse error()

Get the deployment error.

Returns:

the error value

mode

public DeploymentMode mode()

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

Returns:

the mode value

onErrorDeployment

public OnErrorDeploymentExtended onErrorDeployment()

Get the deployment on error behavior.

Returns:

the onErrorDeployment value

outputResources

public List outputResources()

Get array of provisioned resources.

Returns:

the outputResources value

outputs

public Object outputs()

Get key/value pairs that represent deployment output.

Returns:

the outputs 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

providers

public List providers()

Get the list of resource providers needed for the deployment.

Returns:

the providers value

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

templateHash

public String templateHash()

Get the hash produced for the template.

Returns:

the templateHash value

templateLink

public TemplateLink templateLink()

Get the URI referencing the template.

Returns:

the templateLink value

timestamp

public DateTime timestamp()

Get the timestamp of the template deployment.

Returns:

the timestamp value

validatedResources

public List validatedResources()

Get array of validated resources.

Returns:

the validatedResources value

Applies to