Kusto.DataConnectionsGetViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IDataConnection> DataConnectionsGetViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender);
member this.DataConnectionsGetViaIdentityWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IDataConnection>
Public Function DataConnectionsGetViaIdentityWithResult (viaIdentity As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDataConnection)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to