Share via


ImportExport.JobsListBySubscriptionWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IListJobsResponse> JobsListBySubscriptionWithResult(string subscriptionId, string acceptLanguage, long? Top, string Filter, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.ISendAsync sender);
member this.JobsListBySubscriptionWithResult : string * string * Nullable<int64> * string * Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IListJobsResponse>
Public Function JobsListBySubscriptionWithResult (subscriptionId As String, acceptLanguage As String, Top As Nullable(Of Long), Filter As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IListJobsResponse)

Parameters

subscriptionId
String
acceptLanguage
String
Filter
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to