IWebTestsOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations WebTestsOperations.
public interface IWebTestsOperations
type IWebTestsOperations = interface
Public Interface IWebTestsOperations
Méthodes
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 à
Azure SDK for .NET