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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python