RemediationPropertiesFailureThreshold 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 remediation failure threshold settings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.RemediationPropertiesFailureThresholdTypeConverter))]
public class RemediationPropertiesFailureThreshold : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IRemediationPropertiesFailureThreshold
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.RemediationPropertiesFailureThresholdTypeConverter))>]
type RemediationPropertiesFailureThreshold = class
interface IRemediationPropertiesFailureThreshold
interface IJsonSerializable
Public Class RemediationPropertiesFailureThreshold
Implements IRemediationPropertiesFailureThreshold
- Inheritance
-
RemediationPropertiesFailureThreshold
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RemediationPropertiesFailureThreshold() |
Creates an new RemediationPropertiesFailureThreshold instance. |
Properties
| Name | Description |
|---|---|
| Percentage |
A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemediationPropertiesFailureThreshold. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemediationPropertiesFailureThreshold. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IRemediationPropertiesFailureThreshold. |
| FromJsonString(String) |
Creates a new instance of RemediationPropertiesFailureThreshold, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemediationPropertiesFailureThreshold into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |