DataFlowDebugSessionExecuteCommandHeaders Constructors
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.
Overloads
DataFlowDebugSessionExecuteCommandHeaders() |
Initializes a new instance of the DataFlowDebugSessionExecuteCommandHeaders class. |
DataFlowDebugSessionExecuteCommandHeaders(String) |
Initializes a new instance of the DataFlowDebugSessionExecuteCommandHeaders class. |
DataFlowDebugSessionExecuteCommandHeaders()
Initializes a new instance of the DataFlowDebugSessionExecuteCommandHeaders class.
public DataFlowDebugSessionExecuteCommandHeaders ();
Public Sub New ()
Applies to
DataFlowDebugSessionExecuteCommandHeaders(String)
Initializes a new instance of the DataFlowDebugSessionExecuteCommandHeaders class.
public DataFlowDebugSessionExecuteCommandHeaders (string location = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionExecuteCommandHeaders : string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionExecuteCommandHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String
URI to poll for asynchronous operation status.
Applies to
Azure SDK for .NET