DeploymentPropertiesExtended Class

Definition

Deployment properties with additional details.

public class DeploymentPropertiesExtended
type DeploymentPropertiesExtended = class
Public Class DeploymentPropertiesExtended
Inheritance
DeploymentPropertiesExtended

Constructors

DeploymentPropertiesExtended()

Initializes a new instance of the DeploymentPropertiesExtended class.

DeploymentPropertiesExtended(String, String, Nullable<DateTime>, String, Object, IList<Provider>, IList<Dependency>, TemplateLink, Object, ParametersLink, Nullable<DeploymentMode>, DebugSetting, OnErrorDeploymentExtended, String, IList<ResourceReference>, IList<ResourceReference>, ErrorResponse)

Initializes a new instance of the DeploymentPropertiesExtended class.

Properties

CorrelationId

Gets the correlation ID of the deployment.

DebugSetting

Gets the debug setting of the deployment.

Dependencies

Gets the list of deployment dependencies.

Duration

Gets the duration of the template deployment.

Error

Gets the deployment error.

Mode

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

OnErrorDeployment

Gets the deployment on error behavior.

OutputResources

Gets array of provisioned resources.

Outputs

Gets key/value pairs that represent deployment output.

Parameters

Gets deployment parameters.

ParametersLink

Gets the URI referencing the parameters.

Providers

Gets the list of resource providers needed for the deployment.

ProvisioningState

Gets denotes the state of provisioning. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'

TemplateHash

Gets the hash produced for the template.

TemplateLink

Gets the URI referencing the template.

Timestamp

Gets the timestamp of the template deployment.

ValidatedResources

Gets array of validated resources.

Methods

Validate()

Validate the object.

Applies to