QuerySelector Class
Model that represents a query selector.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.chaos.models._models_py3.SelectorQuerySelector
Constructor
QuerySelector(*, id: str, query_string: str, subscription_ids: List[str], 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. |
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 |
---|---|
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. |
query_string
|
Azure Resource Graph (ARG) Query Language query for target resources. Required. |
subscription_ids
|
Subscription id list to scope resource query. Required. |
Azure SDK for Python