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()
public DeploymentPropertiesExtended ();
Public Sub New ()
Applies to
DeploymentPropertiesExtended(String, String, Nullable<DateTime>, Object, IList<Provider>, IList<Dependency>, Object, TemplateLink, Object, ParametersLink, Nullable<DeploymentMode>, DebugSetting)
public DeploymentPropertiesExtended (string provisioningState = default, string correlationId = default, DateTime? timestamp = default, object outputs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.Provider> providers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.Dependency> dependencies = default, object template = default, Microsoft.Azure.Management.Internal.Resources.Models.TemplateLink templateLink = default, object parameters = default, Microsoft.Azure.Management.Internal.Resources.Models.ParametersLink parametersLink = default, Microsoft.Azure.Management.Internal.Resources.Models.DeploymentMode? mode = default, Microsoft.Azure.Management.Internal.Resources.Models.DebugSetting debugSetting = default);
new Microsoft.Azure.Management.Internal.Resources.Models.DeploymentPropertiesExtended : string * string * Nullable<DateTime> * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.Provider> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.Dependency> * obj * Microsoft.Azure.Management.Internal.Resources.Models.TemplateLink * obj * Microsoft.Azure.Management.Internal.Resources.Models.ParametersLink * Nullable<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentMode> * Microsoft.Azure.Management.Internal.Resources.Models.DebugSetting -> Microsoft.Azure.Management.Internal.Resources.Models.DeploymentPropertiesExtended
Public Sub New (Optional provisioningState As String = Nothing, Optional correlationId As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional outputs As Object = Nothing, Optional providers As IList(Of Provider) = Nothing, Optional dependencies As IList(Of Dependency) = Nothing, Optional template As Object = 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)
Parameters
- provisioningState
- String
- correlationId
- String
- outputs
- Object
- dependencies
- IList<Dependency>
- template
- Object
- templateLink
- TemplateLink
- parameters
- Object
- parametersLink
- ParametersLink
- mode
- Nullable<DeploymentMode>
- debugSetting
- DebugSetting