MachineLearningServices.CodeVersionsListViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
OrderBy
String
Skip
String
hash
String
hashVersion
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to