PurviewAccountResource.GetPurviewPrivateLinkResource Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém recursos vinculáveis privadamente para uma conta com determinado identificador de grupo
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateLinkResources/{groupId}
- Operação IdPrivateLinkResources_GetByGroupId
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
O identificador do grupo.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
groupId
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
groupId
é nulo.