AddDataFlowToDebugSessionResponse 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
AddDataFlowToDebugSessionResponse() |
Initialise une nouvelle instance de la classe AddDataFlowToDebugSessionResponse. |
AddDataFlowToDebugSessionResponse(String) |
Initialise une nouvelle instance de la classe AddDataFlowToDebugSessionResponse. |
AddDataFlowToDebugSessionResponse()
Initialise une nouvelle instance de la classe AddDataFlowToDebugSessionResponse.
public AddDataFlowToDebugSessionResponse ();
Public Sub New ()
S’applique à
AddDataFlowToDebugSessionResponse(String)
Initialise une nouvelle instance de la classe AddDataFlowToDebugSessionResponse.
public AddDataFlowToDebugSessionResponse (string jobVersion = default);
new Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse : string -> Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse
Public Sub New (Optional jobVersion As String = Nothing)
Paramètres
- jobVersion
- String
ID de la version du travail de débogage de flux de données.
S’applique à
Azure SDK for .NET