Share via


Quota.QuotaRequestStatusListViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetailsList> QuotaRequestStatusListViaIdentityWithResult (string viaIdentity, string Filter, int? Top, string Skiptoken, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.ISendAsync sender);
member this.QuotaRequestStatusListViaIdentityWithResult : 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 QuotaRequestStatusListViaIdentityWithResult (viaIdentity As String, Filter As String, Top As Nullable(Of Integer), Skiptoken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IQuotaRequestDetailsList)

Parameters

viaIdentity
String
Filter
String
Skiptoken
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to