Kusto.DataConnectionsListByDatabase Method
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
DataConnectionsListByDatabase(String, String, String, String, Func<HttpResponseMessage,Task<IDataConnectionListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task DataConnectionsListByDatabase (string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDataConnectionListResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender);
member this.DataConnectionsListByDatabase : string * string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDataConnectionListResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function DataConnectionsListByDatabase (resourceGroupName As String, clusterName As String, databaseName As String, subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task(Of IDataConnectionListResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceGroupName
- String
- clusterName
- String
- databaseName
- String
- subscriptionId
- String
- onDefault
- Func<HttpResponseMessage,Task<ICloudError>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync
Returns
Applies to
DataConnectionsListByDatabase(String, String, String, String, Func<HttpResponseMessage,Task<IDataConnectionListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task DataConnectionsListByDatabase (string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender);
member this.DataConnectionsListByDatabase : string * string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function DataConnectionsListByDatabase (resourceGroupName As String, clusterName As String, databaseName As String, subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task(Of IDataConnectionListResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceGroupName
- String
- clusterName
- String
- databaseName
- String
- subscriptionId
- String
- onDefault
- Func<HttpResponseMessage,Task<ICloudError>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync