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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET