ParameterDefinitionsValueMetadata Class

General metadata for the parameter.

Inheritance
azure.mgmt.resource.policy._serialization.Model
ParameterDefinitionsValueMetadata

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
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

display_name
str

The display name for the parameter.

description
str

The description of the parameter.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

display_name
str

The display name for the parameter.

description
str

The description of the parameter.