MachineLearningWorkspaceConnectionCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetAll(String, String, CancellationToken) |
Lists all the available machine learning workspace connections under the specified workspace.
|
| GetAll(String, String, Nullable<Boolean>, CancellationToken) |
Lists all the available machine learning workspaces connections under the specified workspace.
|
GetAll(String, String, CancellationToken)
Lists all the available machine learning workspace connections under the specified workspace.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections.
- Operation Id. : WorkspaceConnectionPropertiesV2BasicResources_List.
- Default Api Version. : 2026-03-15-preview.
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource> GetAll(string target, string category, System.Threading.CancellationToken cancellationToken);
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 (target As String, category As String, cancellationToken As CancellationToken) As Pageable(Of 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
GetAll(String, String, Nullable<Boolean>, CancellationToken)
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. : WorkspaceConnectionPropertiesV2BasicResources_List.
- Default Api Version. : 2026-07-01.
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource> GetAll(string target = default, string category = default, bool? includeAll = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
override this.GetAll : string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
Public Overridable Function GetAll (Optional target As String = Nothing, Optional category As String = Nothing, Optional includeAll As Nullable(Of Boolean) = 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.
query parameter that indicates if get connection call should return both connections and datastores.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MachineLearningWorkspaceConnectionResource that may take multiple service requests to iterate over.