MachineLearningWorkspaceConnectionCollection.GetAllAsync Method

Definition

Lists all the available machine learning workspaces connections under the specified workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections
  • Operation Id: WorkspaceConnections_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource> GetAllAsync (string target = default, string category = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
Public Overridable Function GetAllAsync (Optional target As String = Nothing, Optional category As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningWorkspaceConnectionResource)

Parameters

target
String

Target of the workspace connection.

category
String

Category of the workspace connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MachineLearningWorkspaceConnectionResource that may take multiple service requests to iterate over.

Applies to