Partager via


IWebTestsOperations Interface

Définition

Opérations WebTestsOperations.

public interface IWebTestsOperations
type IWebTestsOperations = interface
Public Interface IWebTestsOperations

Méthodes

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

Crée ou met à jour une définition de test web Application Insights.

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

Supprime un test web Application Insights.

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

Obtenir une définition de test web Application Insights spécifique.

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

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

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

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

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

Obtenez tous les tests web Application Insights définis dans un groupe de ressources spécifié.

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

Obtenez tous les tests web Application Insights définis dans un groupe de ressources spécifié.

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

Obtenez toutes les définitions d’alertes de test web Application Insights dans un abonnement.

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

Obtenez toutes les définitions d’alertes de test web Application Insights dans un abonnement.

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

Crée ou met à jour une définition de test web Application Insights.

Méthodes d’extension

CreateOrUpdate(IWebTestsOperations, String, String, WebTest)

Crée ou met à jour une définition de test web Application Insights.

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

Crée ou met à jour une définition de test web Application Insights.

Delete(IWebTestsOperations, String, String)

Supprime un test web Application Insights.

DeleteAsync(IWebTestsOperations, String, String, CancellationToken)

Supprime un test web Application Insights.

Get(IWebTestsOperations, String, String)

Obtenir une définition de test web Application Insights spécifique.

GetAsync(IWebTestsOperations, String, String, CancellationToken)

Obtenir une définition de test web Application Insights spécifique.

List(IWebTestsOperations)

Obtenez toutes les définitions d’alertes de test web Application Insights dans un abonnement.

ListAsync(IWebTestsOperations, CancellationToken)

Obtenez toutes les définitions d’alertes de test web Application Insights dans un abonnement.

ListByComponent(IWebTestsOperations, String, String)

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

ListByComponentAsync(IWebTestsOperations, String, String, CancellationToken)

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

ListByComponentNext(IWebTestsOperations, String)

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

ListByComponentNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

ListByResourceGroup(IWebTestsOperations, String)

Obtenez tous les tests web Application Insights définis dans un groupe de ressources spécifié.

ListByResourceGroupAsync(IWebTestsOperations, String, CancellationToken)

Obtenez tous les tests web Application Insights définis dans un groupe de ressources spécifié.

ListByResourceGroupNext(IWebTestsOperations, String)

Obtenez tous les tests web Application Insights définis dans un groupe de ressources spécifié.

ListByResourceGroupNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenez tous les tests web Application Insights définis dans un groupe de ressources spécifié.

ListNext(IWebTestsOperations, String)

Obtenez toutes les définitions d’alertes de test web Application Insights dans un abonnement.

ListNextAsync(IWebTestsOperations, String, CancellationToken)

Obtenez toutes les définitions d’alertes de test web Application Insights dans un abonnement.

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

Crée ou met à jour une définition de test web Application Insights.

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

Crée ou met à jour une définition de test web Application Insights.

S’applique à