Compartir a través de


HubResource.GetLinkResourceFormatAsync(String, CancellationToken) Método

Definición

Obtiene un vínculo en el centro.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/links/{linkName}
  • IdLinks_Get de operaciones
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

Nombre del vínculo.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

linkName es una cadena vacía y se esperaba que no estuviera vacía.

linkName es null.

Se aplica a