MachineLearningServices.WorkspaceConnectionsListWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
target
String
category
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to