ISimpleFilter Interface
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.
[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 |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |