DiscreteAction Class
Model that represents a discrete action.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.chaos.models._models_py3.ActionDiscreteAction
Constructor
DiscreteAction(*, name: str, parameters: List[_models.KeyValuePair], selector_id: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
String that represents a Capability URN. Required. |
parameters
|
List of key value pairs. Required. |
selector_id
|
String that represents a selector. Required. |
Variables
Name | Description |
---|---|
type
|
Enum that discriminates between action models. Required. |
name
|
String that represents a Capability URN. Required. |
parameters
|
List of key value pairs. Required. |
selector_id
|
String that represents a selector. Required. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python