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() |
Initialise une nouvelle instance de la classe WorkflowOutputParameter. |
WorkflowOutputParameter(String, Object, Object, String, Object) |
Initialise une nouvelle instance de la classe WorkflowOutputParameter. |
WorkflowOutputParameter()
Initialise une nouvelle instance de la classe WorkflowOutputParameter.
public WorkflowOutputParameter ();
Public Sub New ()
S’applique à
WorkflowOutputParameter(String, Object, Object, String, Object)
Initialise une nouvelle instance de la classe WorkflowOutputParameter.
public WorkflowOutputParameter (string type = default, object value = default, object metadata = default, string description = default, object error = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter : string * obj * obj * string * obj -> Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter
Public Sub New (Optional type As String = Nothing, Optional value As Object = Nothing, Optional metadata As Object = Nothing, Optional description As String = Nothing, Optional error As Object = Nothing)
Paramètres
- type
- String
Type. Les valeurs possibles sont les suivantes : « NotSpecified », « String », « SecureString », « Int », « Float », « Bool », « Array », « Object », « SecureObject »
- value
- Object
La valeur.
- metadata
- Object
Métadonnées.
- description
- String
Description.
- error
- Object
Obtient l’erreur.
S’applique à
Azure SDK for .NET