Share via


Quota.QuotaRequestStatusGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails> QuotaRequestStatusGetWithResult (string scope, string id, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.ISendAsync sender);
member this.QuotaRequestStatusGetWithResult : string * 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.IQuotaRequestDetails>
Public Function QuotaRequestStatusGetWithResult (scope As String, id As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IQuotaRequestDetails)

Parameters

scope
String
id
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to