DeploymentProperties 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
DeploymentProperties() | |
DeploymentProperties(DeploymentMode, Object, TemplateLink, Object, ParametersLink, DebugSetting) |
DeploymentProperties()
public DeploymentProperties ();
Public Sub New ()
Applies to
DeploymentProperties(DeploymentMode, Object, TemplateLink, Object, ParametersLink, DebugSetting)
public DeploymentProperties (Microsoft.Azure.Management.Internal.Resources.Models.DeploymentMode mode, 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.DebugSetting debugSetting = default);
new Microsoft.Azure.Management.Internal.Resources.Models.DeploymentProperties : Microsoft.Azure.Management.Internal.Resources.Models.DeploymentMode * obj * Microsoft.Azure.Management.Internal.Resources.Models.TemplateLink * obj * Microsoft.Azure.Management.Internal.Resources.Models.ParametersLink * Microsoft.Azure.Management.Internal.Resources.Models.DebugSetting -> Microsoft.Azure.Management.Internal.Resources.Models.DeploymentProperties
Public Sub New (mode As DeploymentMode, Optional template As Object = Nothing, Optional templateLink As TemplateLink = Nothing, Optional parameters As Object = Nothing, Optional parametersLink As ParametersLink = Nothing, Optional debugSetting As DebugSetting = Nothing)
Parameters
- mode
- DeploymentMode
- template
- Object
- templateLink
- TemplateLink
- parameters
- Object
- parametersLink
- ParametersLink
- debugSetting
- DebugSetting