ParameterDefinitionsValueMetadata Class
General metadata for the parameter.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelParameterDefinitionsValueMetadata
Constructor
ParameterDefinitionsValueMetadata(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, display_name: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
display_name
|
The display name for the parameter. |
description
|
The description of the parameter. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
display_name
|
The display name for the parameter. |
description
|
The description of the parameter. |
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