NetworkManagerDeploymentStatus 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
NetworkManagerDeploymentStatus() |
Initializes a new instance of the NetworkManagerDeploymentStatus class. |
NetworkManagerDeploymentStatus(Nullable<DateTime>, String, String, IList<String>, String, String) |
Initializes a new instance of the NetworkManagerDeploymentStatus class. |
NetworkManagerDeploymentStatus()
Initializes a new instance of the NetworkManagerDeploymentStatus class.
public NetworkManagerDeploymentStatus ();
Public Sub New ()
Applies to
NetworkManagerDeploymentStatus(Nullable<DateTime>, String, String, IList<String>, String, String)
Initializes a new instance of the NetworkManagerDeploymentStatus class.
public NetworkManagerDeploymentStatus (DateTime? commitTime = default, string region = default, string deploymentStatus = default, System.Collections.Generic.IList<string> configurationIds = default, string deploymentType = default, string errorMessage = default);
new Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatus : Nullable<DateTime> * string * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatus
Public Sub New (Optional commitTime As Nullable(Of DateTime) = Nothing, Optional region As String = Nothing, Optional deploymentStatus As String = Nothing, Optional configurationIds As IList(Of String) = Nothing, Optional deploymentType As String = Nothing, Optional errorMessage As String = Nothing)
Parameters
- region
- String
Region Name.
- deploymentStatus
- String
Deployment Status. Possible values include: 'NotStarted', 'Deploying', 'Deployed', 'Failed'
- deploymentType
- String
Possible values include: 'SecurityAdmin', 'Connectivity'
- errorMessage
- String
Error Message.