MachineLearningServices.RegistryEnvironmentVersionsListViaIdentityWithResult Method

Definition

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

Parameters

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

Returns

Applies to