Compartilhar via


IFunctionsOperations Interface

Definição

Operações functionsOperations.

public interface IFunctionsOperations
type IFunctionsOperations = interface
Public Interface IFunctionsOperations

Métodos

BeginTestWithHttpMessagesAsync(String, String, String, Function, Dictionary<String,List<String>>, CancellationToken)

Testa se as informações fornecidas para uma função são válidas. Isso pode variar de testar a conexão com o serviço Web subjacente por trás da função ou verificar se o código de função fornecido está sintaticamente correto.

CreateOrReplaceWithHttpMessagesAsync(Function, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Cria uma função ou substitui uma função já existente em um trabalho de streaming existente.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui uma função do trabalho de streaming.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém detalhes sobre a função especificada.

ListByStreamingJobNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lista todas as funções no trabalho de streaming especificado.

ListByStreamingJobWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lista todas as funções no trabalho de streaming especificado.

RetrieveDefaultDefinitionWithHttpMessagesAsync(String, String, String, FunctionRetrieveDefaultDefinitionParameters, Dictionary<String, List<String>>, CancellationToken)

Recupera a definição padrão de uma função com base nos parâmetros especificados.

TestWithHttpMessagesAsync(String, String, String, Function, Dictionary<String,List<String>>, CancellationToken)

Testa se as informações fornecidas para uma função são válidas. Isso pode variar de testar a conexão com o serviço Web subjacente por trás da função ou verificar se o código de função fornecido está sintaticamente correto.

UpdateWithHttpMessagesAsync(Function, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Atualizações uma função existente em um trabalho de streaming existente. Isso pode ser usado para atualizar parcialmente (ou seja, atualizar uma ou duas propriedades) uma função sem afetar o restante da definição de função ou trabalho.

Métodos de Extensão

BeginTest(IFunctionsOperations, String, String, String, Function)

Testa se as informações fornecidas para uma função são válidas. Isso pode variar de testar a conexão com o serviço Web subjacente por trás da função ou verificar se o código de função fornecido está sintaticamente correto.

BeginTestAsync(IFunctionsOperations, String, String, String, Function, CancellationToken)

Testa se as informações fornecidas para uma função são válidas. Isso pode variar de testar a conexão com o serviço Web subjacente por trás da função ou verificar se o código de função fornecido está sintaticamente correto.

CreateOrReplace(IFunctionsOperations, Function, String, String, String, String, String)

Cria uma função ou substitui uma função já existente em um trabalho de streaming existente.

CreateOrReplaceAsync(IFunctionsOperations, Function, String, String, String, String, String, CancellationToken)

Cria uma função ou substitui uma função já existente em um trabalho de streaming existente.

Delete(IFunctionsOperations, String, String, String)

Exclui uma função do trabalho de streaming.

DeleteAsync(IFunctionsOperations, String, String, String, CancellationToken)

Exclui uma função do trabalho de streaming.

Get(IFunctionsOperations, String, String, String)

Obtém detalhes sobre a função especificada.

GetAsync(IFunctionsOperations, String, String, String, CancellationToken)

Obtém detalhes sobre a função especificada.

ListByStreamingJob(IFunctionsOperations, String, String, String)

Lista todas as funções no trabalho de streaming especificado.

ListByStreamingJobAsync(IFunctionsOperations, String, String, String, CancellationToken)

Lista todas as funções no trabalho de streaming especificado.

ListByStreamingJobNext(IFunctionsOperations, String)

Lista todas as funções no trabalho de streaming especificado.

ListByStreamingJobNextAsync(IFunctionsOperations, String, CancellationToken)

Lista todas as funções no trabalho de streaming especificado.

RetrieveDefaultDefinition(IFunctionsOperations, String, String, String, FunctionRetrieveDefaultDefinitionParameters)

Recupera a definição padrão de uma função com base nos parâmetros especificados.

RetrieveDefaultDefinitionAsync(IFunctionsOperations, String, String, String, FunctionRetrieveDefaultDefinitionParameters, CancellationToken)

Recupera a definição padrão de uma função com base nos parâmetros especificados.

Test(IFunctionsOperations, String, String, String, Function)

Testa se as informações fornecidas para uma função são válidas. Isso pode variar de testar a conexão com o serviço Web subjacente por trás da função ou verificar se o código de função fornecido está sintaticamente correto.

TestAsync(IFunctionsOperations, String, String, String, Function, CancellationToken)

Testa se as informações fornecidas para uma função são válidas. Isso pode variar de testar a conexão com o serviço Web subjacente por trás da função ou verificar se o código de função fornecido está sintaticamente correto.

Update(IFunctionsOperations, Function, String, String, String, String)

Atualizações uma função existente em um trabalho de streaming existente. Isso pode ser usado para atualizar parcialmente (ou seja, atualizar uma ou duas propriedades) uma função sem afetar o restante da definição de função ou trabalho.

UpdateAsync(IFunctionsOperations, Function, String, String, String, String, CancellationToken)

Atualizações uma função existente em um trabalho de streaming existente. Isso pode ser usado para atualizar parcialmente (ou seja, atualizar uma ou duas propriedades) uma função sem afetar o restante da definição de função ou trabalho.

Aplica-se a