DataConnectionsUpdateHeaders Constructors

Definition

Overloads

DataConnectionsUpdateHeaders()

Initializes a new instance of the DataConnectionsUpdateHeaders class.

DataConnectionsUpdateHeaders(String)

Initializes a new instance of the DataConnectionsUpdateHeaders class.

DataConnectionsUpdateHeaders()

Initializes a new instance of the DataConnectionsUpdateHeaders class.

public DataConnectionsUpdateHeaders ();
Public Sub New ()

Applies to

DataConnectionsUpdateHeaders(String)

Initializes a new instance of the DataConnectionsUpdateHeaders class.

public DataConnectionsUpdateHeaders (string azureAsyncOperation = default);
new Microsoft.Azure.Management.Kusto.Models.DataConnectionsUpdateHeaders : string -> Microsoft.Azure.Management.Kusto.Models.DataConnectionsUpdateHeaders
Public Sub New (Optional azureAsyncOperation As String = Nothing)

Parameters

azureAsyncOperation
String

URL to query for status of the operation.

Applies to