Partager via


PurviewAccountResource.GetPurviewPrivateLinkResource Méthode

Définition

Obtient une ressource pouvant être liée en privé pour un compte avec un identificateur de groupe donné

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_GetByGroupId d’opération
public virtual Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource> GetPurviewPrivateLinkResource (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPurviewPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>
override this.GetPurviewPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>
Public Overridable Function GetPurviewPrivateLinkResource (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PurviewPrivateLinkResource)

Paramètres

groupId
String

Identificateur de groupe.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

groupId a la valeur null.

S’applique à