Partilhar via


PurviewPrivateLinkResourceCollection.GetAsync Método

Definição

Obtém recursos de vinculação privada para uma conta com determinado identificador de grupo

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_GetByGroupId de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>> GetAsync (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>>
Public Overridable Function GetAsync (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PurviewPrivateLinkResource))

Parâmetros

groupId
String

O identificador do grupo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

groupId é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

groupId é nulo.

Aplica-se a