MachineLearningServices.DataVersionsListViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IDataVersionBaseResourceArmPaginatedResult> DataVersionsListViaIdentityWithResult(string viaIdentity, string OrderBy, int? Top, string Skip, string Tags, string listViewType, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.DataVersionsListViaIdentityWithResult : string * string * Nullable<int> * 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.IDataVersionBaseResourceArmPaginatedResult>
Public Function DataVersionsListViaIdentityWithResult (viaIdentity As String, OrderBy As String, Top As Nullable(Of Integer), Skip As String, Tags As String, listViewType As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDataVersionBaseResourceArmPaginatedResult)

Parameters

viaIdentity
String
OrderBy
String
Skip
String
Tags
String
listViewType
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to