MachineLearningServices.ComponentContainersListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComponentContainerResourceArmPaginatedResult> ComponentContainersListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string Skip, string listViewType, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.ComponentContainersListWithResult : 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.IComponentContainerResourceArmPaginatedResult>
Public Function ComponentContainersListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, Skip As String, listViewType As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IComponentContainerResourceArmPaginatedResult)

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
Skip
String
listViewType
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to