Compartilhar via


ResourceGraph.GraphQueryListBySubscriptionWithResult Method

Definition

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

Parameters

subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to