ArmLogicModelFactory.LogicWorkflowOutputParameterInfo Method
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.
Initializes a new instance of LogicWorkflowOutputParameterInfo.
public static Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo LogicWorkflowOutputParameterInfo (Azure.ResourceManager.Logic.Models.LogicWorkflowParameterType? parameterType = default, BinaryData value = default, BinaryData metadata = default, string description = default, BinaryData error = default);
static member LogicWorkflowOutputParameterInfo : Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowParameterType> * BinaryData * BinaryData * string * BinaryData -> Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo
Public Shared Function LogicWorkflowOutputParameterInfo (Optional parameterType As Nullable(Of LogicWorkflowParameterType) = Nothing, Optional value As BinaryData = Nothing, Optional metadata As BinaryData = Nothing, Optional description As String = Nothing, Optional error As BinaryData = Nothing) As LogicWorkflowOutputParameterInfo
Parameters
- parameterType
- Nullable<LogicWorkflowParameterType>
The type.
- value
- BinaryData
The value.
- metadata
- BinaryData
The metadata.
- description
- String
The description.
- error
- BinaryData
Gets the error.
Returns
A new LogicWorkflowOutputParameterInfo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET