Compartir a través de


WebTests class

Clase que representa un WebTests.

Constructores

WebTests(ApplicationInsightsManagementClientContext)

Cree una webTests.

Métodos

createOrUpdate(string, string, WebTest, RequestOptionsBase)

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

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

Elimina una prueba web de Application Insights.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Detalles del constructor

WebTests(ApplicationInsightsManagementClientContext)

Cree una webTests.

new WebTests(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

Referencia al cliente de servicio.

Detalles del método

createOrUpdate(string, string, WebTest, RequestOptionsBase)

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

webTestDefinition
WebTest

Propiedades que deben especificarse para crear o actualizar una definición de prueba web de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsCreateOrUpdateResponse>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

webTestDefinition
WebTest

Propiedades que deben especificarse para crear o actualizar una definición de prueba web de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTest>

La devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

webTestDefinition
WebTest

Propiedades que deben especificarse para crear o actualizar una definición de prueba web de Application Insights.

callback

ServiceCallback<WebTest>

La devolución de llamada

deleteMethod(string, string, RequestOptionsBase)

Elimina una prueba web de Application Insights.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<void>

La devolución de llamada

deleteMethod(string, string, ServiceCallback<void>)

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

callback

ServiceCallback<void>

La devolución de llamada

get(string, string, RequestOptionsBase)

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsGetResponse>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTest>

La devolución de llamada

get(string, string, ServiceCallback<WebTest>)

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

callback

ServiceCallback<WebTest>

La devolución de llamada

list(RequestOptionsBase)

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

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

Parámetros

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsListResponse>

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parámetros

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

list(ServiceCallback<WebTestListResult>)

function list(callback: ServiceCallback<WebTestListResult>)

Parámetros

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByComponent(string, string, RequestOptionsBase)

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

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

Parámetros

componentName

string

Nombre del recurso de componente de Application Insights.

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsListByComponentResponse>

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

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

Parámetros

componentName

string

Nombre del recurso de componente de Application Insights.

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByComponent(string, string, ServiceCallback<WebTestListResult>)

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

Parámetros

componentName

string

Nombre del recurso de componente de Application Insights.

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByComponentNext(string, RequestOptionsBase)

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

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsListByComponentNextResponse>

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByComponentNext(string, ServiceCallback<WebTestListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByResourceGroup(string, RequestOptionsBase)

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByResourceGroup(string, ServiceCallback<WebTestListResult>)

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByResourceGroupNext(string, RequestOptionsBase)

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

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listNext(string, RequestOptionsBase)

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

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

listNext(string, ServiceCallback<WebTestListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

callback

ServiceCallback<WebTestListResult>

La devolución de llamada

updateTags(string, string, TagsResource, RequestOptionsBase)

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

webTestTags
TagsResource

Se ha actualizado la información de etiqueta para establecerla en la instancia de prueba web.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.WebTestsUpdateTagsResponse>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

webTestTags
TagsResource

Se ha actualizado la información de etiqueta para establecerla en la instancia de prueba web.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<WebTest>

La devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName

string

Nombre del recurso webtest de Application Insights.

webTestTags
TagsResource

Se ha actualizado la información de etiqueta para establecerla en la instancia de prueba web.

callback

ServiceCallback<WebTest>

La devolución de llamada