ICatalogOperations.GetTableValuedFunctionWithHttpMessagesAsync Método

Definição

Recupera a função com valor de tabela especificada do catálogo Data Lake Analytics.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>> GetTableValuedFunctionWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableValuedFunctionName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTableValuedFunctionWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>
Public Function GetTableValuedFunctionWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableValuedFunctionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTableValuedFunction))

Parâmetros

accountName
String

O Azure Data Lake Analytics conta na qual executar operações de catálogo.

databaseName
String

O nome do banco de dados que contém a função com valor de tabela.

schemaName
String

O nome do esquema que contém a função com valor de tabela.

tableValuedFunctionName
String

O nome da tableValuedFunction.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a