你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ParameterSpecification Class

Definition of a single parameter for an entity.

All required parameters must be populated in order to send to server.

Constructor

ParameterSpecification(*, type: str | _models.ParameterType, default_value: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", "SecureString", and "Int".

default_value
<xref:JSON>

Default value of parameter.

Default value: None

Variables

Name Description
type

Parameter type. Required. Known values are: "Object", "String", "Int", "Float", "Bool", "Array", "SecureString", and "Int".

default_value
<xref:JSON>

Default value of parameter.