WebTests class
Clase que representa un WebTests.
Constructores
Web |
Cree una webTests. |
Métodos
Detalles del constructor
WebTests(ApplicationInsightsManagementClientContext)
Cree una webTests.
new WebTests(client: ApplicationInsightsManagementClientContext)
Parámetros
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<WebTestsCreateOrUpdateResponse>
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
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
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<WebTestsGetResponse>
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
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
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<WebTestsListResponse>
Promise<Models.WebTestsListResponse>
list(RequestOptionsBase, ServiceCallback<WebTestListResult>)
function list(options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)
Parámetros
- options
- RequestOptionsBase
Los parámetros opcionales
- callback
La devolución de llamada
list(ServiceCallback<WebTestListResult>)
function list(callback: ServiceCallback<WebTestListResult>)
Parámetros
- callback
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<WebTestsListByComponentResponse>
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
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
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<WebTestsListByComponentNextResponse>
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
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
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<WebTestsListByResourceGroupResponse>
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
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
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
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
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<WebTestsListNextResponse>
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
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
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<WebTestsUpdateTagsResponse>
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
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
La devolución de llamada