IWorkflowOutputParameter Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowOutputParameterTypeConverter))]
public interface IWorkflowOutputParameter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowOutputParameterTypeConverter))>]
type IWorkflowOutputParameter = interface
interface IJsonSerializable
interface IWorkflowParameter
Public Interface IWorkflowOutputParameter
Implements IWorkflowParameter
- Derived
- Attributes
- Implements
Properties
Description |
The description. (Inherited from IWorkflowParameter) |
Error |
Gets the error. |
Metadata |
The metadata. (Inherited from IWorkflowParameter) |
Type |
The type. (Inherited from IWorkflowParameter) |
Value |
The value. (Inherited from IWorkflowParameter) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |