WorkflowParameter Class
The workflow parameters.
- Inheritance
-
WorkflowParameter
Constructor
WorkflowParameter(*, type: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.ParameterType]] = None, value: Optional[Any] = None, metadata: Optional[Any] = None, description: Optional[str] = None, **kwargs)
Variables
- type
- str or ParameterType
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.
Feedback
Submit and view feedback for