Freigeben über


NetworkPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren NetworkPrivateEndpointConnectionResource Vorgänge darstellt. Jedes NetworkPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von PrivateLinkServiceResource. Um eine NetworkPrivateEndpointConnectionCollection instance rufen Sie die GetNetworkPrivateEndpointConnections-Methode aus einer instance von PrivateLinkServiceResourceauf.

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

Konstruktoren

NetworkPrivateEndpointConnectionCollection()

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

Genehmigen oder Ablehnen einer privaten Endpunktverbindung für einen Private Link-Dienst in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_UpdatePrivateEndpointConnection
CreateOrUpdateAsync(WaitUntil, String, NetworkPrivateEndpointConnectionData, CancellationToken)

Genehmigen oder Ablehnen einer privaten Endpunktverbindung für einen Private Link-Dienst in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_UpdatePrivateEndpointConnection
Exists(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_GetPrivateEndpointConnection
ExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_GetPrivateEndpointConnection
Get(String, String, CancellationToken)

Rufen Sie die spezifische private Endpunktverbindung durch einen bestimmten Private Link-Dienst in der Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_GetPrivateEndpointConnection
GetAll(CancellationToken)

Ruft alle privaten Endpunktverbindungen für einen bestimmten Private Link-Dienst ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections
  • Vorgangs-IdPrivateLinkServices_ListPrivateEndpointConnections
GetAllAsync(CancellationToken)

Ruft alle privaten Endpunktverbindungen für einen bestimmten Private Link-Dienst ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections
  • Vorgangs-IdPrivateLinkServices_ListPrivateEndpointConnections
GetAsync(String, String, CancellationToken)

Rufen Sie die spezifische private Endpunktverbindung durch einen bestimmten Private Link-Dienst in der Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_GetPrivateEndpointConnection
GetIfExists(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_GetPrivateEndpointConnection
GetIfExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgangs-IdPrivateLinkServices_GetPrivateEndpointConnection
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<NetworkPrivateEndpointConnectionResource>.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<NetworkPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: