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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python