Share via


Quota.QuotaRequestStatusListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetailsList> QuotaRequestStatusListWithResult (string scope, string Filter, int? Top, string Skiptoken, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.ISendAsync sender);
member this.QuotaRequestStatusListWithResult : string * string * Nullable<int> * string * Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetailsList>
Public Function QuotaRequestStatusListWithResult (scope As String, Filter As String, Top As Nullable(Of Integer), Skiptoken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IQuotaRequestDetailsList)

Parameters

scope
String
Filter
String
Skiptoken
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to