HubResource.GetLinkResourceFormatAsync(String, CancellationToken) 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 um link no hub.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
- IdLinks_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.LinkResourceFormatResource>> GetLinkResourceFormatAsync (string linkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLinkResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.LinkResourceFormatResource>>
override this.GetLinkResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.LinkResourceFormatResource>>
Public Overridable Function GetLinkResourceFormatAsync (linkName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LinkResourceFormatResource))
Parâmetros
- linkName
- String
O nome do link.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
linkName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
linkName
é nulo.