MachineLearningServices.JobsListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IJobBaseResourceArmPaginatedResult> JobsListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string Skip, string jobType, string tag, string listViewType, string properties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.JobsListWithResult : string * string * string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IJobBaseResourceArmPaginatedResult>
Public Function JobsListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, Skip As String, jobType As String, tag As String, listViewType As String, properties As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IJobBaseResourceArmPaginatedResult)

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
Skip
String
jobType
String
tag
String
listViewType
String
properties
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to