Compartir a través de


PurviewAccountResource.GetPurviewPrivateLinkResource Método

Definición

Obtiene un recurso vinculable de forma privada para una cuenta con un identificador de grupo determinado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_GetByGroupId de operación
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)

Parámetros

groupId
String

Identificador de grupo.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

groupId es una cadena vacía y se espera que no esté vacía.

groupId es null.

Se aplica a