Freigeben über


ApplicationGatewayPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ApplicationGatewayPrivateEndpointConnectionResource Vorgänge darstellt. Jedes ApplicationGatewayPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von ApplicationGatewayResource. Um eine ApplicationGatewayPrivateEndpointConnectionCollection instance rufen Sie die GetApplicationGatewayPrivateEndpointConnections-Methode aus einer instance von aufApplicationGatewayResource.

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

Konstruktoren

ApplicationGatewayPrivateEndpointConnectionCollection()

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

Updates die angegebene Verbindung des privaten Endpunkts auf dem Anwendungsgateway aus.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_Update
CreateOrUpdateAsync(WaitUntil, String, ApplicationGatewayPrivateEndpointConnectionData, CancellationToken)

Updates die angegebene Verbindung des privaten Endpunkts auf dem Anwendungsgateway aus.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_Update
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_Get
Get(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung auf Application Gateway ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_Get
GetAll(CancellationToken)

Listet alle privaten Endpunktverbindungen auf einem Anwendungsgateway auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

Listet alle privaten Endpunktverbindungen auf einem Anwendungsgateway auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_List
GetAsync(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung auf Application Gateway ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • Vorgangs-IdApplicationGatewayPrivateEndpointConnections_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<ApplicationGatewayPrivateEndpointConnectionResource>.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<ApplicationGatewayPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: