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

WorkflowParameter Class

The workflow parameters.

Constructor

WorkflowParameter(*args: Any, **kwargs: Any)

Variables

Name Description
type

The type. Known values are: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject".

value
any

The value.

metadata
any

The metadata.

description
str

The description.

Attributes

description

The description.

description: str | None

metadata

The metadata.

metadata: Any | None

type

"NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject".

type: str | _models.ParameterType | None

value

The value.

value: Any | None