Partilhar via


ListSelector Class

Model that represents a list selector.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.chaos.models._models_py3.Selector
ListSelector

Constructor

ListSelector(*, id: str, targets: List[_models.TargetReference], additional_properties: Dict[str, Any] | None = None, filter: _models.Filter | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties

Unmatched properties from the message are deserialized to this collection.

id
str

String of the selector ID. Required.

filter

Model that represents available filter types that can be applied to a targets list.

targets

List of Target references. Required.

Variables

Name Description
additional_properties

Unmatched properties from the message are deserialized to this collection.

type

Enum of the selector type. Required. Known values are: "List" and "Query".

id
str

String of the selector ID. Required.

filter

Model that represents available filter types that can be applied to a targets list.

targets

List of Target references. Required.