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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python