Share via


ChaosTargetSelector.Filter Property

Definition

Model that represents available filter types that can be applied to a targets list. Please note ChaosTargetFilter is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ChaosTargetSimpleFilter.

public Azure.ResourceManager.Chaos.Models.ChaosTargetFilter Filter { get; set; }
member this.Filter : Azure.ResourceManager.Chaos.Models.ChaosTargetFilter with get, set
Public Property Filter As ChaosTargetFilter

Property Value

Applies to