WebTests class

WebTests'i temsil eden sınıf.

Oluşturucular

WebTests(ApplicationInsightsManagementClientContext)

WebTests oluşturun.

Yöntemler

createOrUpdate(string, string, WebTest, RequestOptionsBase)

Application Insights web testi tanımı oluşturur veya güncelleştirir.

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

Application Insights web testini siler.

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

Belirli bir Application Insights web testi tanımı alın.

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

Bir abonelik içindeki tüm Application Insights web testi uyarı tanımlarını alın.

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

Belirtilen bileşen için tanımlanan tüm Application Insights web testlerini alın.

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

Belirtilen bileşen için tanımlanan tüm Application Insights web testlerini alın.

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

Belirtilen kaynak grubu içinde tanımlanan tüm Application Insights web testlerini alın.

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

Belirtilen kaynak grubu içinde tanımlanan tüm Application Insights web testlerini alın.

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

Bir abonelik içindeki tüm Application Insights web testi uyarı tanımlarını alın.

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

Application Insights web testi tanımı oluşturur veya güncelleştirir.

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

Oluşturucu Ayrıntıları

WebTests(ApplicationInsightsManagementClientContext)

WebTests oluşturun.

new WebTests(client: ApplicationInsightsManagementClientContext)

Parametreler

client
ApplicationInsightsManagementClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

createOrUpdate(string, string, WebTest, RequestOptionsBase)

Application Insights web testi tanımı oluşturur veya güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

webTestDefinition
WebTest

Application Insights web testi tanımı oluşturmak veya güncelleştirmek için belirtilmesi gereken özellikler.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsCreateOrUpdateResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

webTestDefinition
WebTest

Application Insights web testi tanımı oluşturmak veya güncelleştirmek için belirtilmesi gereken özellikler.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTest>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

webTestDefinition
WebTest

Application Insights web testi tanımı oluşturmak veya güncelleştirmek için belirtilmesi gereken özellikler.

callback

ServiceCallback<WebTest>

Geri çağırma

deleteMethod(string, string, RequestOptionsBase)

Application Insights web testini siler.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

deleteMethod(string, string, ServiceCallback<void>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, RequestOptionsBase)

Belirli bir Application Insights web testi tanımı alın.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsGetResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTest>

Geri çağırma

get(string, string, ServiceCallback<WebTest>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

callback

ServiceCallback<WebTest>

Geri çağırma

list(RequestOptionsBase)

Bir abonelik içindeki tüm Application Insights web testi uyarı tanımlarını alın.

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

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsListResponse>

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTestListResult>

Geri çağırma

list(ServiceCallback<WebTestListResult>)

function list(callback: ServiceCallback<WebTestListResult>)

Parametreler

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByComponent(string, string, RequestOptionsBase)

Belirtilen bileşen için tanımlanan tüm Application Insights web testlerini alın.

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

Parametreler

componentName

string

Application Insights bileşen kaynağının adı.

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsListByComponentResponse>

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

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

Parametreler

componentName

string

Application Insights bileşen kaynağının adı.

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByComponent(string, string, ServiceCallback<WebTestListResult>)

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

Parametreler

componentName

string

Application Insights bileşen kaynağının adı.

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByComponentNext(string, RequestOptionsBase)

Belirtilen bileşen için tanımlanan tüm Application Insights web testlerini alın.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsListByComponentNextResponse>

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByComponentNext(string, ServiceCallback<WebTestListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByResourceGroup(string, RequestOptionsBase)

Belirtilen kaynak grubu içinde tanımlanan tüm Application Insights web testlerini alın.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByResourceGroup(string, ServiceCallback<WebTestListResult>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByResourceGroupNext(string, RequestOptionsBase)

Belirtilen kaynak grubu içinde tanımlanan tüm Application Insights web testlerini alın.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listNext(string, RequestOptionsBase)

Bir abonelik içindeki tüm Application Insights web testi uyarı tanımlarını alın.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTestListResult>

Geri çağırma

listNext(string, ServiceCallback<WebTestListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<WebTestListResult>

Geri çağırma

updateTags(string, string, TagsResource, RequestOptionsBase)

Application Insights web testi tanımı oluşturur veya güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

webTestTags
TagsResource

Etiket bilgileri web testi örneğine ayarlı olarak güncelleştirildi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WebTestsUpdateTagsResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

webTestTags
TagsResource

Etiket bilgileri web testi örneğine ayarlı olarak güncelleştirildi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WebTest>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

webTestName

string

Application Insights web testi kaynağının adı.

webTestTags
TagsResource

Etiket bilgileri web testi örneğine ayarlı olarak güncelleştirildi.

callback

ServiceCallback<WebTest>

Geri çağırma