Freigeben über


MachineLearningDatastoreCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MachineLearningDatastoreResource Vorgänge darstellt. Jedes MachineLearningDatastoreResource in der Auflistung gehört zum gleichen instance von MachineLearningWorkspaceResource. Um eine MachineLearningDatastoreCollection instance rufen Sie die GetMachineLearningDatastores-Methode aus einer instance von aufMachineLearningWorkspaceResource.

public class MachineLearningDatastoreCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>
type MachineLearningDatastoreCollection = class
    inherit ArmCollection
    interface seq<MachineLearningDatastoreResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningDatastoreResource>
Public Class MachineLearningDatastoreCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningDatastoreResource), IEnumerable(Of MachineLearningDatastoreResource)
Vererbung
MachineLearningDatastoreCollection
Implementiert

Konstruktoren

MachineLearningDatastoreCollection()

Initialisiert eine neue instance der -Klasse für die MachineLearningDatastoreCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, MachineLearningDatastoreData, Nullable<Boolean>, CancellationToken)

Erstellen oder Aktualisieren des Datenspeichers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningDatastoreData, Nullable<Boolean>, CancellationToken)

Erstellen oder Aktualisieren des Datenspeichers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
Get(String, CancellationToken)

Abrufen des Datenspeichers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
GetAll(MachineLearningDatastoreCollectionGetAllOptions, CancellationToken)

Auflisten von Datenspeichern.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores
  • Vorgangs-IdDatastores_List
GetAll(String, Nullable<Int32>, Nullable<Boolean>, IEnumerable<String>, String, String, Nullable<Boolean>, CancellationToken)

Auflisten von Datenspeichern.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores
  • Vorgangs-IdDatastores_List
GetAllAsync(MachineLearningDatastoreCollectionGetAllOptions, CancellationToken)

Auflisten von Datenspeichern.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores
  • Vorgangs-IdDatastores_List
GetAllAsync(String, Nullable<Int32>, Nullable<Boolean>, IEnumerable<String>, String, String, Nullable<Boolean>, CancellationToken)

Auflisten von Datenspeichern.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores
  • Vorgangs-IdDatastores_List
GetAsync(String, CancellationToken)

Abrufen des Datenspeichers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}
  • Vorgangs-IdDatastores_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<MachineLearningDatastoreResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<MachineLearningDatastoreResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: