MachineLearningServices.RegistryCodeVersionsListWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
registryName
String
codeName
String
OrderBy
String
Skip
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to