MachineLearningServices.BatchEndpointsListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IBatchEndpointTrackedResourceArmPaginatedResult> BatchEndpointsListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, int? count, string Skip, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.BatchEndpointsListWithResult : string * string * string * Nullable<int> * 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.IBatchEndpointTrackedResourceArmPaginatedResult>
Public Function BatchEndpointsListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, count As Nullable(Of Integer), Skip As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IBatchEndpointTrackedResourceArmPaginatedResult)

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
count
Nullable<Int32>
Skip
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to