WorkflowOutputParameter Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WorkflowOutputParameter() | |
WorkflowOutputParameter(Nullable<ParameterType>, Object, Object, String, Object) |
WorkflowOutputParameter()
public WorkflowOutputParameter ();
Public Sub New ()
Aplica-se a
WorkflowOutputParameter(Nullable<ParameterType>, Object, Object, String, Object)
public WorkflowOutputParameter (Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType? type = default, object value = default, object metadata = default, string description = default, object error = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowOutputParameter : Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType> * obj * obj * string * obj -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowOutputParameter
Public Sub New (Optional type As Nullable(Of ParameterType) = Nothing, Optional value As Object = Nothing, Optional metadata As Object = Nothing, Optional description As String = Nothing, Optional error As Object = Nothing)
Parâmetros
- type
- Nullable<ParameterType>
- value
- Object
- metadata
- Object
- description
- String
- error
- Object
Aplica-se a
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