GraphServices.AccountsListByResourceGroupViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to