Dela via


WorkflowParameter Class

The workflow parameters.

Inheritance
azure.mgmt.web._serialization.Model
WorkflowParameter

Constructor

WorkflowParameter(*, type: str | _models.ParameterType | None = None, value: MutableMapping[str, Any] | None = None, metadata: MutableMapping[str, Any] | None = None, description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

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

value
<xref:JSON>

The value.

metadata
<xref:JSON>

The metadata.

description
str

The description.

Variables

Name Description
type

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

value
<xref:JSON>

The value.

metadata
<xref:JSON>

The metadata.

description
str

The description.