ConfigurationForBatchUpdate Class
Represents a Configuration.
- Inheritance
-
msrest.serialization.ModelConfigurationForBatchUpdate
Constructor
ConfigurationForBatchUpdate(*, name: str | None = None, value: str | None = None, source: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the configuration. |
value
|
Value of the configuration. |
source
|
Source of the configuration. |
Variables
Name | Description |
---|---|
name
|
Name of the configuration. |
value
|
Value of the configuration. |
source
|
Source of the configuration. |
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