RemediationDeploymentSummary 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
RemediationDeploymentSummary() |
Initializes a new instance of the RemediationDeploymentSummary class. |
RemediationDeploymentSummary(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RemediationDeploymentSummary class. |
RemediationDeploymentSummary()
Initializes a new instance of the RemediationDeploymentSummary class.
public RemediationDeploymentSummary ();
Public Sub New ()
Applies to
RemediationDeploymentSummary(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the RemediationDeploymentSummary class.
public RemediationDeploymentSummary (int? totalDeployments = default, int? successfulDeployments = default, int? failedDeployments = default);
new Microsoft.Azure.Management.PolicyInsights.Models.RemediationDeploymentSummary : Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.PolicyInsights.Models.RemediationDeploymentSummary
Public Sub New (Optional totalDeployments As Nullable(Of Integer) = Nothing, Optional successfulDeployments As Nullable(Of Integer) = Nothing, Optional failedDeployments As Nullable(Of Integer) = Nothing)
Parameters
The number of deployments required by the remediation that have succeeded.
The number of deployments required by the remediation that have failed.
Applies to
Azure SDK for .NET