DeploymentPropertiesExtended Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment properties with additional details.
public class DeploymentPropertiesExtended : Microsoft.Azure.Management.Resources.Models.DeploymentProperties
type DeploymentPropertiesExtended = class
inherit DeploymentProperties
Public Class DeploymentPropertiesExtended
Inherits DeploymentProperties
- Inheritance
Constructors
DeploymentPropertiesExtended() |
Initializes a new instance of the DeploymentPropertiesExtended class. |
Properties
CorrelationId |
Optional. Gets or sets the correlation ID of the deployment. |
DebugSetting |
Optional. Gets or sets the deployment debug setting. (Inherited from DeploymentProperties) |
DebugSettingResponse |
Optional. Gets or sets the deployment debug setting. |
Dependencies |
Optional. Gets the list of deployment dependencies. |
Duration |
Optional. Gets or sets the duration of the deployment. |
Mode |
Optional. Gets or sets the deployment mode. (Inherited from DeploymentProperties) |
Outputs |
Optional. Gets or sets key/value pairs that represent deploymentoutput. |
Parameters |
Optional. Deployment parameters. Use only one of Parameters or ParametersLink. (Inherited from DeploymentProperties) |
ParametersLink |
Optional. Gets or sets the URI referencing the parameters. Use only one of Parameters or ParametersLink. (Inherited from DeploymentProperties) |
Providers |
Optional. Gets the list of resource providers needed for the deployment. |
ProvisioningState |
Optional. Gets or sets the state of the provisioning. |
Template |
Optional. Gets or sets the template content. Use only one of Template or TemplateLink. (Inherited from DeploymentProperties) |
TemplateLink |
Optional. Gets or sets the URI referencing the template. Use only one of Template or TemplateLink. (Inherited from DeploymentProperties) |
Timestamp |
Optional. Gets or sets the timestamp of the template deployment. |
ValidatedResources |
Optional. Gets the list of validated resources. |
Applies to
Azure SDK for .NET