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.SelectorListSelector
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
|
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
|
str or
SelectorType
Enum of the selector type. Required. Known values are: "List" and "Query". |
id
|
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. |
Azure SDK for Python