Freigeben über


EventHubsPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren EventHubsPrivateEndpointConnectionResource Vorgänge darstellt. Jedes EventHubsPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von EventHubsNamespaceResource. Um eine EventHubsPrivateEndpointConnectionCollection instance rufen Sie die GetEventHubsPrivateEndpointConnections-Methode aus einer instance von aufEventHubsNamespaceResource.

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

Konstruktoren

EventHubsPrivateEndpointConnectionCollection()

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

Erstellt oder aktualisiert PrivateEndpointConnections des Dienstnamespaces.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, EventHubsPrivateEndpointConnectionData, CancellationToken)

Erstellt oder aktualisiert PrivateEndpointConnections des Dienstnamespaces.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Ruft eine Beschreibung für den angegebenen Namen der Verbindung mit privatem Endpunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAsync(String, CancellationToken)

Ruft eine Beschreibung für den angegebenen Namen der Verbindung mit privatem Endpunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/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<EventHubsPrivateEndpointConnectionResource>.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<EventHubsPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: