MachineLearningServices.WorkspaceConnectionsGetWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
connectionName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to