Freigeben über


ServiceBusPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ServiceBusPrivateEndpointConnectionResource Vorgänge darstellt. Jedes ServiceBusPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von ServiceBusNamespaceResource. Um eine ServiceBusPrivateEndpointConnectionCollection instance rufen Sie die GetServiceBusPrivateEndpointConnections-Methode aus einer instance von aufServiceBusNamespaceResource.

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

Konstruktoren

ServiceBusPrivateEndpointConnectionCollection()

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

Erstellt oder aktualisiert PrivateEndpointConnections des Dienstnamespaces.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ServiceBusPrivateEndpointConnectionData, CancellationToken)

Erstellt oder aktualisiert PrivateEndpointConnections des Dienstnamespaces.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Ruft eine Beschreibung für die angegebene Private Endpunktverbindung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/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.ServiceBus/namespaces/{namespaceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab.

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

Ruft eine Beschreibung für die angegebene Private Endpunktverbindung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/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<ServiceBusPrivateEndpointConnectionResource>.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<ServiceBusPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: