MachineLearningServices.BatchEndpointsListViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
count
Nullable<Int32>
Skip
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to