ISimpleFilter Interface

Definition

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

Properties

Name Description
ParameterZone

List of Azure availability zones to filter targets by.

Type

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

(Inherited from IFilter)

Methods

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

Applies to