Kusto.DatabasesListPrincipalsViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IDatabasePrincipalListResult> DatabasesListPrincipalsViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender);
member this.DatabasesListPrincipalsViaIdentityWithResult : 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.IDatabasePrincipalListResult>
Public Function DatabasesListPrincipalsViaIdentityWithResult (viaIdentity As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDatabasePrincipalListResult)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to