Compartir a través de


WebTestsOperationsExtensions Clase

Definición

Métodos de extensión para WebTestsOperations.

public static class WebTestsOperationsExtensions
type WebTestsOperationsExtensions = class
Public Module WebTestsOperationsExtensions
Herencia
WebTestsOperationsExtensions

Métodos

CreateOrUpdate(IWebTestsOperations, String, String, WebTest)

Crea o actualiza una definición de prueba web de Application Insights.

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

Crea o actualiza una definición de prueba web de Application Insights.

Delete(IWebTestsOperations, String, String)

Elimina una prueba web de Application Insights.

DeleteAsync(IWebTestsOperations, String, String, CancellationToken)

Elimina una prueba web de Application Insights.

Get(IWebTestsOperations, String, String)

Obtenga una definición de prueba web específica de Application Insights.

GetAsync(IWebTestsOperations, String, String, CancellationToken)

Obtenga una definición de prueba web específica de Application Insights.

List(IWebTestsOperations)

Obtenga todas las definiciones de alertas de prueba web de Application Insights dentro de una suscripción.

ListAsync(IWebTestsOperations, CancellationToken)

Obtenga todas las definiciones de alertas de prueba web de Application Insights dentro de una suscripción.

ListByComponent(IWebTestsOperations, String, String)

Obtenga todas las pruebas web de Application Insights definidas para el componente especificado.

ListByComponentAsync(IWebTestsOperations, String, String, CancellationToken)

Obtenga todas las pruebas web de Application Insights definidas para el componente especificado.

ListByComponentNext(IWebTestsOperations, String)

Obtenga todas las pruebas web de Application Insights definidas para el componente especificado.

ListByComponentNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenga todas las pruebas web de Application Insights definidas para el componente especificado.

ListByResourceGroup(IWebTestsOperations, String)

Obtenga todas las pruebas web de Application Insights definidas en un grupo de recursos especificado.

ListByResourceGroupAsync(IWebTestsOperations, String, CancellationToken)

Obtenga todas las pruebas web de Application Insights definidas en un grupo de recursos especificado.

ListByResourceGroupNext(IWebTestsOperations, String)

Obtenga todas las pruebas web de Application Insights definidas en un grupo de recursos especificado.

ListByResourceGroupNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenga todas las pruebas web de Application Insights definidas en un grupo de recursos especificado.

ListNext(IWebTestsOperations, String)

Obtenga todas las definiciones de alertas de prueba web de Application Insights dentro de una suscripción.

ListNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenga todas las definiciones de alertas de prueba web de Application Insights dentro de una suscripción.

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

Crea o actualiza una definición de prueba web de Application Insights.

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

Crea o actualiza una definición de prueba web de Application Insights.

Se aplica a