Freigeben über


PrivateLinkServiceResource.GetNetworkPrivateEndpointConnection Methode

Definition

Rufen Sie die spezifische private Endpunktverbindung nach einem bestimmten Privaten Link-Dienst in der Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Vorgang IdPrivateLinkServices_GetPrivateEndpointConnection
public virtual Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource> GetNetworkPrivateEndpointConnection (string peConnectionName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkPrivateEndpointConnection : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>
override this.GetNetworkPrivateEndpointConnection : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>
Public Overridable Function GetNetworkPrivateEndpointConnection (peConnectionName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkPrivateEndpointConnectionResource)

Parameter

peConnectionName
String

Der Name der privaten Endpunktverbindung.

expand
String

Erweitert Ressourcen, auf die verwiesen wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

peConnectionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

peConnectionName ist NULL.

Gilt für: