DeploymentPropertiesExtended Constructors
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.
Overloads
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. |
DeploymentPropertiesExtended()
Initializes a new instance of the DeploymentPropertiesExtended class.
public DeploymentPropertiesExtended ();
Public Sub New ()
Applies to
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.
public DeploymentPropertiesExtended (string provisioningState = default, string correlationId = default, DateTime? timestamp = default, string duration = default, object outputs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Provider> providers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Dependency> dependencies = default, Microsoft.Azure.Management.ResourceManager.Models.TemplateLink templateLink = default, object parameters = default, Microsoft.Azure.Management.ResourceManager.Models.ParametersLink parametersLink = default, Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode? mode = default, Microsoft.Azure.Management.ResourceManager.Models.DebugSetting debugSetting = default, Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended onErrorDeployment = default, string templateHash = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> outputResources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> validatedResources = default, Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended : string * string * Nullable<DateTime> * string * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Provider> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Dependency> * Microsoft.Azure.Management.ResourceManager.Models.TemplateLink * obj * Microsoft.Azure.Management.ResourceManager.Models.ParametersLink * Nullable<Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode> * Microsoft.Azure.Management.ResourceManager.Models.DebugSetting * Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> * Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended
Public Sub New (Optional provisioningState As String = Nothing, Optional correlationId As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional duration As String = Nothing, Optional outputs As Object = Nothing, Optional providers As IList(Of Provider) = Nothing, Optional dependencies As IList(Of Dependency) = Nothing, Optional templateLink As TemplateLink = Nothing, Optional parameters As Object = Nothing, Optional parametersLink As ParametersLink = Nothing, Optional mode As Nullable(Of DeploymentMode) = Nothing, Optional debugSetting As DebugSetting = Nothing, Optional onErrorDeployment As OnErrorDeploymentExtended = Nothing, Optional templateHash As String = Nothing, Optional outputResources As IList(Of ResourceReference) = Nothing, Optional validatedResources As IList(Of ResourceReference) = Nothing, Optional error As ErrorResponse = Nothing)
Parameters
- provisioningState
- String
Denotes the state of provisioning. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'
- correlationId
- String
The correlation ID of the deployment.
- duration
- String
The duration of the template deployment.
- outputs
- Object
Key/value pairs that represent deployment output.
- dependencies
- IList<Dependency>
The list of deployment dependencies.
- templateLink
- TemplateLink
The URI referencing the template.
- parameters
- Object
Deployment parameters.
- parametersLink
- ParametersLink
The URI referencing the parameters.
- mode
- Nullable<DeploymentMode>
The deployment mode. Possible values are Incremental and Complete. Possible values include: 'Incremental', 'Complete'
- debugSetting
- DebugSetting
The debug setting of the deployment.
- onErrorDeployment
- OnErrorDeploymentExtended
The deployment on error behavior.
- templateHash
- String
The hash produced for the template.
- outputResources
- IList<ResourceReference>
Array of provisioned resources.
- validatedResources
- IList<ResourceReference>
Array of validated resources.
- error
- ErrorResponse
The deployment error.
Applies to
Azure SDK for .NET