WorkflowOutputParameter 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 output parameter.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowOutputParameterTypeConverter))]
public class WorkflowOutputParameter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowOutputParameter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowOutputParameterTypeConverter))>]
type WorkflowOutputParameter = class
interface IWorkflowOutputParameter
interface IJsonSerializable
interface IWorkflowParameter
interface IValidates
Public Class WorkflowOutputParameter
Implements IValidates, IWorkflowOutputParameter
- Inheritance
-
WorkflowOutputParameter
- Attributes
- Implements
Constructors
WorkflowOutputParameter() |
Creates an new WorkflowOutputParameter instance. |
Properties
Description |
The description. |
Error |
Gets the error. |
Metadata |
The metadata. |
Type |
The type. |
Value |
The value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowOutputParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowOutputParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowOutputParameter. |
FromJsonString(String) |
Creates a new instance of WorkflowOutputParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowOutputParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |