你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.