WorkflowParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The workflow parameters.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowParameterTypeConverter))]
public class WorkflowParameter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowParameterTypeConverter))>]
type WorkflowParameter = class
interface IWorkflowParameter
interface IJsonSerializable
Public Class WorkflowParameter
Implements IWorkflowParameter
- Inheritance
-
WorkflowParameter
- Attributes
- Implements
Constructors
WorkflowParameter() |
Creates an new WorkflowParameter instance. |
Properties
Description |
The description. |
Metadata |
The metadata. |
Type |
The type. |
Value |
The value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowParameter. |
FromJsonString(String) |
Creates a new instance of WorkflowParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |