ChaosTargetQuerySelector Class
Model that represents a query selector.
All required parameters must be populated in order to send to server.
Constructor
ChaosTargetQuerySelector(*, id: str, query_string: str, subscription_ids: List[str], filter: _models.ChaosTargetFilter | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
String of the selector ID. Required. |
filter
|
Model that represents available filter types that can be applied to a targets list. Default value: None
|
query_string
|
Azure Resource Graph (ARG) Query Language query for target resources. Required. |
subscription_ids
|
Subscription id list to scope resource query. Required. |
Variables
Name | Description |
---|---|
id
|
String of the selector ID. Required. |
type
|
str or
SelectorType
Chaos target selector discriminator type. Required. Known values are: "List" and "Query". |
filter
|
Model that represents available filter types that can be applied to a targets list. |
query_string
|
Azure Resource Graph (ARG) Query Language query for target resources. Required. |
subscription_ids
|
Subscription id list to scope resource query. Required. |