Partager via


WebTests class

Classe représentant un WebTests.

Constructeurs

WebTests(ApplicationInsightsManagementClientContext)

Créez un WebTests.

Méthodes

createOrUpdate(string, string, WebTest, RequestOptionsBase)

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

createOrUpdate(string, string, WebTest, RequestOptionsBase, ServiceCallback<WebTest>)
createOrUpdate(string, string, WebTest, ServiceCallback<WebTest>)
deleteMethod(string, string, RequestOptionsBase)

Supprime un test web Application Insights.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<WebTest>)
get(string, string, ServiceCallback<WebTest>)
list(RequestOptionsBase)

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

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)
list(ServiceCallback<WebTestListResult>)
listByComponent(string, string, RequestOptionsBase)

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

listByComponent(string, string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByComponent(string, string, ServiceCallback<WebTestListResult>)
listByComponentNext(string, RequestOptionsBase)

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

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByComponentNext(string, ServiceCallback<WebTestListResult>)
listByResourceGroup(string, RequestOptionsBase)

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

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByResourceGroup(string, ServiceCallback<WebTestListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

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

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)
listNext(string, RequestOptionsBase)

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

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
listNext(string, ServiceCallback<WebTestListResult>)
updateTags(string, string, TagsResource, RequestOptionsBase)

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

updateTags(string, string, TagsResource, RequestOptionsBase, ServiceCallback<WebTest>)
updateTags(string, string, TagsResource, ServiceCallback<WebTest>)

Détails du constructeur

WebTests(ApplicationInsightsManagementClientContext)

Créez un WebTests.

new WebTests(client: ApplicationInsightsManagementClientContext)

Paramètres

client
ApplicationInsightsManagementClientContext

Référence au client de service.

Détails de la méthode

createOrUpdate(string, string, WebTest, RequestOptionsBase)

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

function createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: RequestOptionsBase): Promise<WebTestsCreateOrUpdateResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

webTestDefinition
WebTest

Propriétés qui doivent être spécifiées pour créer ou mettre à jour une définition de test web Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsCreateOrUpdateResponse>

createOrUpdate(string, string, WebTest, RequestOptionsBase, ServiceCallback<WebTest>)

function createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options: RequestOptionsBase, callback: ServiceCallback<WebTest>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

webTestDefinition
WebTest

Propriétés qui doivent être spécifiées pour créer ou mettre à jour une définition de test web Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<WebTest>

Rappel

createOrUpdate(string, string, WebTest, ServiceCallback<WebTest>)

function createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, callback: ServiceCallback<WebTest>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

webTestDefinition
WebTest

Propriétés qui doivent être spécifiées pour créer ou mettre à jour une définition de test web Application Insights.

callback

ServiceCallback<WebTest>

Rappel

deleteMethod(string, string, RequestOptionsBase)

Supprime un test web Application Insights.

function deleteMethod(resourceGroupName: string, webTestName: string, options?: RequestOptionsBase): Promise<RestResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, webTestName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<void>

Rappel

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, webTestName: string, callback: ServiceCallback<void>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

callback

ServiceCallback<void>

Rappel

get(string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, webTestName: string, options?: RequestOptionsBase): Promise<WebTestsGetResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<WebTest>)

function get(resourceGroupName: string, webTestName: string, options: RequestOptionsBase, callback: ServiceCallback<WebTest>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<WebTest>

Rappel

get(string, string, ServiceCallback<WebTest>)

function get(resourceGroupName: string, webTestName: string, callback: ServiceCallback<WebTest>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

callback

ServiceCallback<WebTest>

Rappel

list(RequestOptionsBase)

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

function list(options?: RequestOptionsBase): Promise<WebTestsListResponse>

Paramètres

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsListResponse>

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

Paramètres

options
RequestOptionsBase

Paramètres facultatifs

list(ServiceCallback<WebTestListResult>)

function list(callback: ServiceCallback<WebTestListResult>)

Paramètres

listByComponent(string, string, RequestOptionsBase)

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

function listByComponent(componentName: string, resourceGroupName: string, options?: RequestOptionsBase): Promise<WebTestsListByComponentResponse>

Paramètres

componentName

string

Nom de la ressource du composant Application Insights.

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsListByComponentResponse>

listByComponent(string, string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByComponent(componentName: string, resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

Paramètres

componentName

string

Nom de la ressource du composant Application Insights.

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
RequestOptionsBase

Paramètres facultatifs

listByComponent(string, string, ServiceCallback<WebTestListResult>)

function listByComponent(componentName: string, resourceGroupName: string, callback: ServiceCallback<WebTestListResult>)

Paramètres

componentName

string

Nom de la ressource du composant Application Insights.

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

listByComponentNext(string, RequestOptionsBase)

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

function listByComponentNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListByComponentNextResponse>

Paramètres

nextPageLink

string

NextLink du précédent appel réussi à l’opération List.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsListByComponentNextResponse>

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByComponentNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

Paramètres

nextPageLink

string

NextLink du précédent appel réussi à l’opération List.

options
RequestOptionsBase

Paramètres facultatifs

listByComponentNext(string, ServiceCallback<WebTestListResult>)

function listByComponentNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)

Paramètres

nextPageLink

string

NextLink de l’opération précédente d’appel réussi à List.

listByResourceGroup(string, RequestOptionsBase)

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

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<WebTestsListByResourceGroupResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
RequestOptionsBase

Paramètres facultatifs

listByResourceGroup(string, ServiceCallback<WebTestListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<WebTestListResult>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

listByResourceGroupNext(string, RequestOptionsBase)

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

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListByResourceGroupNextResponse>

Paramètres

nextPageLink

string

NextLink de l’opération précédente d’appel réussi à List.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

Paramètres

nextPageLink

string

NextLink de l’opération précédente d’appel réussi à List.

options
RequestOptionsBase

Paramètres facultatifs

listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)

Paramètres

nextPageLink

string

NextLink de l’opération précédente d’appel réussi à List.

listNext(string, RequestOptionsBase)

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

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListNextResponse>

Paramètres

nextPageLink

string

NextLink de l’opération précédente d’appel réussi à List.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)

Paramètres

nextPageLink

string

NextLink de l’opération précédente d’appel réussi à List.

options
RequestOptionsBase

Paramètres facultatifs

listNext(string, ServiceCallback<WebTestListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)

Paramètres

nextPageLink

string

NextLink de l’opération précédente d’appel réussi à List.

updateTags(string, string, TagsResource, RequestOptionsBase)

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

function updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options?: RequestOptionsBase): Promise<WebTestsUpdateTagsResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

webTestTags
TagsResource

Informations de balise mises à jour à définir dans l’instance de test web.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.WebTestsUpdateTagsResponse>

updateTags(string, string, TagsResource, RequestOptionsBase, ServiceCallback<WebTest>)

function updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options: RequestOptionsBase, callback: ServiceCallback<WebTest>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

webTestTags
TagsResource

Informations de balise mises à jour à définir dans l’instance de test web.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<WebTest>

Rappel

updateTags(string, string, TagsResource, ServiceCallback<WebTest>)

function updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, callback: ServiceCallback<WebTest>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName

string

Nom de la ressource de test web Application Insights.

webTestTags
TagsResource

Informations de balise mises à jour à définir dans l’instance de test web.

callback

ServiceCallback<WebTest>

Rappel