Freigeben über


MachineLearningExtensions.GetMachineLearningWorkspaces Methode

Definition

Überlädt

GetMachineLearningWorkspaces(ResourceGroupResource)

Ruft eine Auflistung von MachineLearningWorkspaceResources in resourceGroupResource ab.

GetMachineLearningWorkspaces(SubscriptionResource, String, String, CancellationToken)

Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
  • Vorgang IdWorkspaces_ListBySubscription

GetMachineLearningWorkspaces(ResourceGroupResource)

Ruft eine Auflistung von MachineLearningWorkspaceResources in resourceGroupResource ab.

public static Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceCollection GetMachineLearningWorkspaces (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetMachineLearningWorkspaces : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceCollection
<Extension()>
Public Function GetMachineLearningWorkspaces (resourceGroupResource As ResourceGroupResource) As MachineLearningWorkspaceCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von MachineLearningWorkspaceResources und deren Vorgänge über eine MachineLearningWorkspaceResource darstellt.

Gilt für:

GetMachineLearningWorkspaces(SubscriptionResource, String, String, CancellationToken)

Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
  • Vorgang IdWorkspaces_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource> GetMachineLearningWorkspaces (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string skip = default, string kind = default, System.Threading.CancellationToken cancellationToken = default);
static member GetMachineLearningWorkspaces : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
<Extension()>
Public Function GetMachineLearningWorkspaces (subscriptionResource As SubscriptionResource, Optional skip As String = Nothing, Optional kind As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningWorkspaceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

skip
String

Fortsetzungstoken für Paginierung.

kind
String

Art des Arbeitsbereichs.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der MachineLearningWorkspaceResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: