Partager via


PostgreSqlPrivateLinkResourceCollection.Get(String, CancellationToken) Méthode

Définition

Obtient une ressource de liaison privée pour le serveur PostgreSQL.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/privateLinkResources/{groupName}
  • IdPrivateLinkResources_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.PostgreSql.PostgreSqlPrivateLinkResource> Get (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PostgreSql.PostgreSqlPrivateLinkResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PostgreSql.PostgreSqlPrivateLinkResource>
Public Overridable Function Get (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PostgreSqlPrivateLinkResource)

Paramètres

groupName
String

Nom de la ressource de liaison privée.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

groupName a la valeur null.

S’applique à