ภาษา

MockableMachineLearningSubscriptionResource.GetMachineLearningWorkspaces Method

Definition

Overloads

Name Description
GetMachineLearningWorkspaces(String, String, String, CancellationToken)

Lists all the available machine learning workspaces under the specified subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces.
  • Operation Id. : Workspaces_ListBySubscription.
  • Default Api Version. : 2026-07-01.
GetMachineLearningWorkspaces(String, String, CancellationToken)

Lists all the available machine learning workspaces under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
  • Operation Id: Workspaces_ListBySubscription

GetMachineLearningWorkspaces(String, String, String, CancellationToken)

Source:
MockableMachineLearningSubscriptionResource.cs

Lists all the available machine learning workspaces under the specified subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces.
  • Operation Id. : Workspaces_ListBySubscription.
  • Default Api Version. : 2026-07-01.
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource> GetMachineLearningWorkspaces(string kind = default, string skip = default, string aiCapabilities = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningWorkspaces : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
override this.GetMachineLearningWorkspaces : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
Public Overridable Function GetMachineLearningWorkspaces (Optional kind As String = Nothing, Optional skip As String = Nothing, Optional aiCapabilities As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningWorkspaceResource)

Parameters

kind
String

Kind of workspace.

skip
String

Continuation token for pagination.

aiCapabilities
String
cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to

GetMachineLearningWorkspaces(String, String, CancellationToken)

Source:
MockableMachineLearningSubscriptionResource.cs

Lists all the available machine learning workspaces under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
  • Operation Id: Workspaces_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource> GetMachineLearningWorkspaces(string skip = default, string kind = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningWorkspaces : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
override this.GetMachineLearningWorkspaces : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
Public Overridable Function GetMachineLearningWorkspaces (Optional skip As String = Nothing, Optional kind As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningWorkspaceResource)

Parameters

skip
String

Continuation token for pagination.

kind
String

Kind of workspace.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to