WorkflowParameter Class

The workflow parameters.

Inheritance
msrest.serialization.Model
WorkflowParameter

Constructor

WorkflowParameter(*, type: str | ParameterType | None = None, value: Any | None = None, metadata: Any | None = None, description: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
type

The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject".

value
any

The value.

metadata
any

The metadata.

description
str

The description.

Variables

Name Description
type

The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject".

value
any

The value.

metadata
any

The metadata.

description
str

The description.