Partager via


PurviewAccountResource.GetPurviewPrivateLinkResourceAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>> GetPurviewPrivateLinkResourceAsync (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPurviewPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>>
override this.GetPurviewPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>>
Public Overridable Function GetPurviewPrivateLinkResourceAsync (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 à