Freigeben über


MachineLearningPrivateEndpointConnectionCollection Klasse

Definition

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

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

Konstruktoren

MachineLearningPrivateEndpointConnectionCollection()

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

Wird von Endbenutzern aufgerufen, um eine PE-Verbindung zu genehmigen oder abzulehnen. Diese Methode muss den Aufruf an NRP überprüfen und weiterleiten.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningPrivateEndpointConnectionData, CancellationToken)

Wird von Endbenutzern aufgerufen, um eine PE-Verbindung zu genehmigen oder abzulehnen. Diese Methode muss den Aufruf an NRP überprüfen und weiterleiten.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Wird von Endbenutzern aufgerufen, um eine PE-Verbindung herzustellen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Wird von Endbenutzern aufgerufen, um alle PE-Verbindungen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

Wird von Endbenutzern aufgerufen, um alle PE-Verbindungen abzurufen.

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

Wird von Endbenutzern aufgerufen, um eine PE-Verbindung herzustellen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_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<MachineLearningPrivateEndpointConnectionResource>.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<MachineLearningPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: