Partager via


RelayNamespaceResource.GetRelayPrivateEndpointConnection Méthode

Définition

Obtient une description du nom de connexion de point de terminaison privé spécifié.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnections_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Relay.RelayPrivateEndpointConnectionResource> GetRelayPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelayPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.RelayPrivateEndpointConnectionResource>
override this.GetRelayPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.RelayPrivateEndpointConnectionResource>
Public Overridable Function GetRelayPrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RelayPrivateEndpointConnectionResource)

Paramètres

privateEndpointConnectionName
String

Nom PrivateEndpointConnection.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

privateEndpointConnectionName est une chaîne vide et devait être non vide.

privateEndpointConnectionName a la valeur null.

S’applique à