Compartilhar via


WebTestsOperationsExtensions Classe

Definição

Métodos de extensão para WebTestsOperations.

public static class WebTestsOperationsExtensions
type WebTestsOperationsExtensions = class
Public Module WebTestsOperationsExtensions
Herança
WebTestsOperationsExtensions

Métodos

CreateOrUpdate(IWebTestsOperations, String, String, WebTest)

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

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

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

Delete(IWebTestsOperations, String, String)

Exclui um teste da Web do Application Insights.

DeleteAsync(IWebTestsOperations, String, String, CancellationToken)

Exclui um teste da 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 da Web do Application Insights definidos para o componente especificado.

ListByComponentAsync(IWebTestsOperations, String, String, CancellationToken)

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

ListByComponentNext(IWebTestsOperations, String)

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

ListByComponentNextAsync(IWebTestsOperations, String, CancellationToken)

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

ListByResourceGroup(IWebTestsOperations, String)

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

ListByResourceGroupAsync(IWebTestsOperations, String, CancellationToken)

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

ListByResourceGroupNext(IWebTestsOperations, String)

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

ListByResourceGroupNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenha todos os testes da 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 da Web do Application Insights.

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

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

Aplica-se a