IRemediationFilters Interface

Definition

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

Properties

Name Description
Location

The resource locations that will be remediated.

ResourceId

The IDs of the resources that will be remediated. Can specify at most 100 IDs. This filter cannot be used when ReEvaluateCompliance is set to ReEvaluateCompliance, and cannot be empty if provided.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to