MachineLearningServices.ModelContainersListViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
Skip
String
count
Nullable<Int32>
listViewType
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to