Share via


RemediationDeploymentSummary Constructors

Definition

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

totalDeployments
Nullable<Int32>

The number of deployments required by the remediation.

successfulDeployments
Nullable<Int32>

The number of deployments required by the remediation that have succeeded.

failedDeployments
Nullable<Int32>

The number of deployments required by the remediation that have failed.

Applies to