Aracılığıyla paylaş


MachineLearningWorkspaceConnectionCollection.GetAll 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.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource> GetAll (string target = default, string category = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
Public Overridable Function GetAll (Optional target As String = Nothing, Optional category As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Applies to