Udostępnij za pośrednictwem


WebTests class

Klasa reprezentująca testy sieci Web.

Konstruktory

WebTests(ApplicationInsightsManagementClientContext)

Utwórz testy sieci Web.

Metody

createOrUpdate(string, string, WebTest, RequestOptionsBase)

Tworzy lub aktualizuje definicję testu internetowego usługi Application Insights.

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

Usuwa test internetowy usługi Application Insights.

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

Uzyskaj konkretną definicję testu internetowego usługi Application Insights.

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

Pobierz wszystkie definicje alertów testów internetowych usługi Application Insights w ramach subskrypcji.

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

Pobierz wszystkie testy internetowe usługi Application Insights zdefiniowane dla określonego składnika.

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

Pobierz wszystkie testy internetowe usługi Application Insights zdefiniowane dla określonego składnika.

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

Pobierz wszystkie testy sieci Web usługi Application Insights zdefiniowane w określonej grupie zasobów.

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

Pobierz wszystkie testy sieci Web usługi Application Insights zdefiniowane w określonej grupie zasobów.

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

Pobierz wszystkie definicje alertów testu internetowego usługi Application Insights w ramach subskrypcji.

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

Tworzy lub aktualizuje definicję testu internetowego usługi Application Insights.

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

Szczegóły konstruktora

WebTests(ApplicationInsightsManagementClientContext)

Utwórz testy sieci Web.

new WebTests(client: ApplicationInsightsManagementClientContext)

Parametry

client
ApplicationInsightsManagementClientContext

Odwołanie do klienta usługi.

Szczegóły metody

createOrUpdate(string, string, WebTest, RequestOptionsBase)

Tworzy lub aktualizuje definicję testu internetowego usługi Application Insights.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

webTestDefinition
WebTest

Właściwości, które należy określić, aby utworzyć lub zaktualizować definicję testu internetowego usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsCreateOrUpdateResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

webTestDefinition
WebTest

Właściwości, które należy określić, aby utworzyć lub zaktualizować definicję testu internetowego usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTest>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

webTestDefinition
WebTest

Właściwości, które należy określić, aby utworzyć lub zaktualizować definicję testu internetowego usługi Application Insights.

callback

ServiceCallback<WebTest>

Wywołanie zwrotne

deleteMethod(string, string, RequestOptionsBase)

Usuwa test internetowy usługi Application Insights.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<void>

Wywołanie zwrotne

deleteMethod(string, string, ServiceCallback<void>)

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

callback

ServiceCallback<void>

Wywołanie zwrotne

get(string, string, RequestOptionsBase)

Uzyskaj konkretną definicję testu internetowego usługi Application Insights.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsGetResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTest>

Wywołanie zwrotne

get(string, string, ServiceCallback<WebTest>)

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

callback

ServiceCallback<WebTest>

Wywołanie zwrotne

list(RequestOptionsBase)

Pobierz wszystkie definicje alertów testów internetowych usługi Application Insights w ramach subskrypcji.

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

Parametry

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsListResponse>

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametry

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

list(ServiceCallback<WebTestListResult>)

function list(callback: ServiceCallback<WebTestListResult>)

Parametry

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByComponent(string, string, RequestOptionsBase)

Pobierz wszystkie testy internetowe usługi Application Insights zdefiniowane dla określonego składnika.

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

Parametry

componentName

string

Nazwa zasobu składnika usługi Application Insights.

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsListByComponentResponse>

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

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

Parametry

componentName

string

Nazwa zasobu składnika usługi Application Insights.

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByComponent(string, string, ServiceCallback<WebTestListResult>)

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

Parametry

componentName

string

Nazwa zasobu składnika usługi Application Insights.

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByComponentNext(string, RequestOptionsBase)

Pobierz wszystkie testy internetowe usługi Application Insights zdefiniowane dla określonego składnika.

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania listy.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsListByComponentNextResponse>

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania listy.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByComponentNext(string, ServiceCallback<WebTestListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByResourceGroup(string, RequestOptionsBase)

Pobierz wszystkie testy sieci Web usługi Application Insights zdefiniowane w określonej grupie zasobów.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByResourceGroup(string, ServiceCallback<WebTestListResult>)

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByResourceGroupNext(string, RequestOptionsBase)

Pobierz wszystkie testy sieci Web usługi Application Insights zdefiniowane w określonej grupie zasobów.

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listNext(string, RequestOptionsBase)

Pobierz wszystkie definicje alertów testu internetowego usługi Application Insights w ramach subskrypcji.

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

listNext(string, ServiceCallback<WebTestListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

callback

ServiceCallback<WebTestListResult>

Wywołanie zwrotne

updateTags(string, string, TagsResource, RequestOptionsBase)

Tworzy lub aktualizuje definicję testu internetowego usługi Application Insights.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

webTestTags
TagsResource

Zaktualizowano informacje o tagach, aby ustawić je w wystąpieniu testu internetowego.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WebTestsUpdateTagsResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

webTestTags
TagsResource

Zaktualizowano informacje o tagach, aby ustawić je w wystąpieniu testu internetowego.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WebTest>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

webTestName

string

Nazwa zasobu webtest usługi Application Insights.

webTestTags
TagsResource

Zaktualizowano informacje o tagach, aby ustawić je w wystąpieniu testu internetowego.

callback

ServiceCallback<WebTest>

Wywołanie zwrotne