Freigeben über


MachineLearningDataContainerCollection Klasse

Definition

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

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

Konstruktoren

MachineLearningDataContainerCollection()

Initialisiert eine neue instance der -Klasse für die MachineLearningDataContainerCollection 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, MachineLearningDataContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Vorgangs-IdDataContainers_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningDataContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

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

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

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

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

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

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Vorgangs-IdDataContainers_Get
GetAll(String, Nullable<MachineLearningListViewType>, CancellationToken)

Auflisten von Datencontainern.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data
  • Vorgangs-IdDataContainers_List
GetAllAsync(String, Nullable<MachineLearningListViewType>, CancellationToken)

Auflisten von Datencontainern.

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

Container abrufen.

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

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

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

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Vorgangs-IdDataContainers_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<MachineLearningDataContainerResource>.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<MachineLearningDataContainerResource>.GetEnumerator()

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

Gilt für: