MachineLearningServices.RegistryModelVersionsListViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
Skip
String
OrderBy
String
version
String
description
String
tags
String
properties
String
listViewType
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to