OnErrorDeployment 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
OnErrorDeployment() | |
OnErrorDeployment(Nullable<OnErrorDeploymentType>, String) |
OnErrorDeployment()
public OnErrorDeployment ();
Public Sub New ()
Applies to
OnErrorDeployment(Nullable<OnErrorDeploymentType>, String)
public OnErrorDeployment (Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.OnErrorDeploymentType? type = default, string deploymentName = default);
new Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.OnErrorDeployment : Nullable<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.OnErrorDeploymentType> * string -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.OnErrorDeployment
Public Sub New (Optional type As Nullable(Of OnErrorDeploymentType) = Nothing, Optional deploymentName As String = Nothing)
Parameters
- deploymentName
- String