RemediationDeploymentSummary Class
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.
The deployment status summary for all deployments created by the remediation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.RemediationDeploymentSummaryTypeConverter))]
public class RemediationDeploymentSummary : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IRemediationDeploymentSummary
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.RemediationDeploymentSummaryTypeConverter))>]
type RemediationDeploymentSummary = class
interface IRemediationDeploymentSummary
interface IJsonSerializable
Public Class RemediationDeploymentSummary
Implements IRemediationDeploymentSummary
- Inheritance
-
RemediationDeploymentSummary
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RemediationDeploymentSummary() |
Creates an new RemediationDeploymentSummary instance. |
Properties
| Name | Description |
|---|---|
| FailedDeployment |
The number of deployments required by the remediation that have failed. |
| SuccessfulDeployment |
The number of deployments required by the remediation that have succeeded. |
| TotalDeployment |
The number of deployments required by the remediation. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemediationDeploymentSummary. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemediationDeploymentSummary. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IRemediationDeploymentSummary. |
| FromJsonString(String) |
Creates a new instance of RemediationDeploymentSummary, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemediationDeploymentSummary into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |