MachineLearningWorkspaceConnectionCollection.GetAllAsync 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 |
|---|---|
| GetAllAsync(String, String, CancellationToken) |
Lists all the available machine learning workspace connections under the specified workspace.
|
| GetAllAsync(String, String, Nullable<Boolean>, CancellationToken) |
Lists all the available machine learning workspaces connections under the specified workspace.
|
GetAllAsync(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.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource> GetAllAsync(string target, string category, System.Threading.CancellationToken cancellationToken);
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 (target As String, category As String, cancellationToken As CancellationToken) As AsyncPageable(Of 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
GetAllAsync(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.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource> GetAllAsync(string target = default, string category = default, bool? includeAll = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
override this.GetAllAsync : string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
Public Overridable Function GetAllAsync (Optional target As String = Nothing, Optional category As String = Nothing, Optional includeAll As Nullable(Of Boolean) = 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.
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.