MachineLearningServices.WorkspacesListBySubscriptionWithResult Method

Definition

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

Parameters

subscriptionId
String
Skip
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to