MachineLearningServices.CodeVersionsListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ICodeVersionResourceArmPaginatedResult> CodeVersionsListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string name, 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.CodeVersionsListWithResult : string * string * string * 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 CodeVersionsListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, name 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

subscriptionId
String
resourceGroupName
String
workspaceName
String
name
String
OrderBy
String
Skip
String
hash
String
hashVersion
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to