Freigeben über


MachineLearningEnvironmentVersionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MachineLearningEnvironmentVersionResource Vorgänge darstellt. Jedes MachineLearningEnvironmentVersionResource in der Auflistung gehört zum gleichen instance von MachineLearningEnvironmentContainerResource. Um eine MachineLearningEnvironmentVersionCollection instance rufen Sie die GetMachineLearningEnvironmentVersions-Methode aus einer instance von aufMachineLearningEnvironmentContainerResource.

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

Konstruktoren

MachineLearningEnvironmentVersionCollection()

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

Erstellt oder aktualisiert eine EnvironmentVersion.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningEnvironmentVersionData, CancellationToken)

Erstellt oder aktualisiert eine EnvironmentVersion.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_Get
Get(String, CancellationToken)

Rufen Sie die Version ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_Get
GetAll(String, Nullable<Int32>, String, Nullable<MachineLearningListViewType>, String, CancellationToken)

Listenversionen auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions
  • Vorgangs-IdEnvironmentVersions_List
GetAllAsync(String, Nullable<Int32>, String, Nullable<MachineLearningListViewType>, String, CancellationToken)

Listenversionen auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions
  • Vorgangs-IdEnvironmentVersions_List
GetAsync(String, CancellationToken)

Rufen Sie die Version ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Vorgangs-IdEnvironmentVersions_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<MachineLearningEnvironmentVersionResource>.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<MachineLearningEnvironmentVersionResource>.GetEnumerator()

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

Gilt für: