WorkflowOutputParameter Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WorkflowOutputParameter() | |
WorkflowOutputParameter(Nullable<ParameterType>, Object, Object, String, Object) |
WorkflowOutputParameter()
public WorkflowOutputParameter ();
Public Sub New ()
S’applique à
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)
Paramètres
- type
- Nullable<ParameterType>
- value
- Object
- metadata
- Object
- description
- String
- error
- Object
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET