Freigeben über


MachineLearningEnvironmentContainerCollection Klasse

Definition

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

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

Konstruktoren

MachineLearningEnvironmentContainerCollection()

Initialisiert eine neue instance der MachineLearningEnvironmentContainerCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, MachineLearningEnvironmentContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgang IdEnvironmentContainers_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningEnvironmentContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgang IdEnvironmentContainers_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}
  • Vorgang IdEnvironmentContainers_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}
  • Vorgang IdEnvironmentContainers_Get
Get(String, CancellationToken)

Container abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgang IdEnvironmentContainers_Get
GetAll(String, Nullable<MachineLearningListViewType>, CancellationToken)

Auflisten von Umgebungscontainern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments
  • Vorgang IdEnvironmentContainers_List
GetAllAsync(String, Nullable<MachineLearningListViewType>, CancellationToken)

Auflisten von Umgebungscontainern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments
  • Vorgang IdEnvironmentContainers_List
GetAsync(String, CancellationToken)

Container abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgang IdEnvironmentContainers_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgang IdEnvironmentContainers_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}
  • Vorgang IdEnvironmentContainers_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<MachineLearningEnvironmentContainerResource>.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<MachineLearningEnvironmentContainerResource>.GetEnumerator()

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

Gilt für: