IWebTestsOperations Interface

Definição

Operações webTestsOperations.

public interface IWebTestsOperations
type IWebTestsOperations = interface
Public Interface IWebTestsOperations

Métodos

CreateOrUpdateWithHttpMessagesAsync(String, String, WebTest, Dictionary<String,List<String>>, CancellationToken)

Cria ou atualiza uma definição de teste web do Application Insights.

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

Exclui um teste web do Application Insights.

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

Obtenha uma definição de teste da Web específica do Application Insights.

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

Obtenha todos os testes web do Application Insights definidos para o componente especificado.

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

Obtenha todos os testes web do Application Insights definidos para o componente especificado.

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

Obtenha todos os testes web do Application Insights definidos em um grupo de recursos especificado.

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

Obtenha todos os testes web do Application Insights definidos em um grupo de recursos especificado.

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

Obtenha todas as definições de alertas de teste da Web do Application Insights em uma assinatura.

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

Obtenha todas as definições de alertas de teste da Web do Application Insights em uma assinatura.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Cria ou atualiza uma definição de teste web do Application Insights.

Métodos de Extensão

CreateOrUpdate(IWebTestsOperations, String, String, WebTest)

Cria ou atualiza uma definição de teste web do Application Insights.

CreateOrUpdateAsync(IWebTestsOperations, String, String, WebTest, CancellationToken)

Cria ou atualiza uma definição de teste web do Application Insights.

Delete(IWebTestsOperations, String, String)

Exclui um teste web do Application Insights.

DeleteAsync(IWebTestsOperations, String, String, CancellationToken)

Exclui um teste web do Application Insights.

Get(IWebTestsOperations, String, String)

Obtenha uma definição de teste da Web específica do Application Insights.

GetAsync(IWebTestsOperations, String, String, CancellationToken)

Obtenha uma definição de teste da Web específica do Application Insights.

List(IWebTestsOperations)

Obtenha todas as definições de alertas de teste da Web do Application Insights em uma assinatura.

ListAsync(IWebTestsOperations, CancellationToken)

Obtenha todas as definições de alertas de teste da Web do Application Insights em uma assinatura.

ListByComponent(IWebTestsOperations, String, String)

Obtenha todos os testes web do Application Insights definidos para o componente especificado.

ListByComponentAsync(IWebTestsOperations, String, String, CancellationToken)

Obtenha todos os testes web do Application Insights definidos para o componente especificado.

ListByComponentNext(IWebTestsOperations, String)

Obtenha todos os testes web do Application Insights definidos para o componente especificado.

ListByComponentNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenha todos os testes web do Application Insights definidos para o componente especificado.

ListByResourceGroup(IWebTestsOperations, String)

Obtenha todos os testes web do Application Insights definidos em um grupo de recursos especificado.

ListByResourceGroupAsync(IWebTestsOperations, String, CancellationToken)

Obtenha todos os testes web do Application Insights definidos em um grupo de recursos especificado.

ListByResourceGroupNext(IWebTestsOperations, String)

Obtenha todos os testes web do Application Insights definidos em um grupo de recursos especificado.

ListByResourceGroupNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenha todos os testes web do Application Insights definidos em um grupo de recursos especificado.

ListNext(IWebTestsOperations, String)

Obtenha todas as definições de alertas de teste da Web do Application Insights em uma assinatura.

ListNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenha todas as definições de alertas de teste da Web do Application Insights em uma assinatura.

UpdateTags(IWebTestsOperations, String, String, IDictionary<String,String>)

Cria ou atualiza uma definição de teste web do Application Insights.

UpdateTagsAsync(IWebTestsOperations, String, String, IDictionary<String,String>, CancellationToken)

Cria ou atualiza uma definição de teste web do Application Insights.

Aplica-se a