Partager via


ManagedInstanceResource.GetManagedInstancePrivateEndpointConnection Méthode

Définition

Obtient une connexion de point de terminaison privé.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdManagedInstancePrivateEndpointConnections_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Sql.ManagedInstancePrivateEndpointConnectionResource> GetManagedInstancePrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstancePrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstancePrivateEndpointConnectionResource>
override this.GetManagedInstancePrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstancePrivateEndpointConnectionResource>
Public Overridable Function GetManagedInstancePrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedInstancePrivateEndpointConnectionResource)

Paramètres

privateEndpointConnectionName
String

Nom de la connexion de point de terminaison privé.

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 à