IFilter Interface

Definition

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

Properties

Name Description
Type

Enum that discriminates between filter types. Currently only Simple type is supported.

Methods

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

Applies to