WebTests class
WebTests'i temsil eden sınıf.
Oluşturucular
| Web |
WebTests oluşturun. |
Yöntemler
Oluşturucu Ayrıntıları
WebTests(ApplicationInsightsManagementClientContext)
WebTests oluşturun.
new WebTests(client: ApplicationInsightsManagementClientContext)
Parametreler
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<WebTestsCreateOrUpdateResponse>
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
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
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<WebTestsGetResponse>
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
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
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<WebTestsListResponse>
Promise<Models.WebTestsListResponse>
list(RequestOptionsBase, ServiceCallback<WebTestListResult>)
function list(options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)
Parametreler
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
list(ServiceCallback<WebTestListResult>)
function list(callback: ServiceCallback<WebTestListResult>)
Parametreler
- callback
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<WebTestsListByComponentResponse>
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
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
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<WebTestsListByComponentNextResponse>
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
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
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<WebTestsListByResourceGroupResponse>
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
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
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
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
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<WebTestsListNextResponse>
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
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
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<WebTestsUpdateTagsResponse>
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
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
Geri çağırma