IRemediationPropertiesFailureThreshold Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.RemediationPropertiesFailureThresholdTypeConverter))]
public interface IRemediationPropertiesFailureThreshold : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.RemediationPropertiesFailureThresholdTypeConverter))>]
type IRemediationPropertiesFailureThreshold = interface
    interface IJsonSerializable
Public Interface IRemediationPropertiesFailureThreshold
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to