KeyValuePair Class
A map to describe the settings of an action.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.chaos._serialization.ModelKeyValuePair
Constructor
KeyValuePair(*, key: str, value: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key
|
The name of the setting for the action. Required. |
value
|
The value of the setting for the action. Required. |
Variables
Name | Description |
---|---|
key
|
The name of the setting for the action. Required. |
value
|
The value of the setting for the action. Required. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python