共用方式為


WebTests class

代表 WebTests 的類別。

建構函式

WebTests(ApplicationInsightsManagementClientContext)

建立 WebTests。

方法

createOrUpdate(string, string, WebTest, RequestOptionsBase)

建立或更新 Application Insights Web 測試定義。

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

刪除 Application Insights Web 測試。

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

取得特定的 Application Insights Web 測試定義。

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

取得訂用帳戶內的所有 Application Insights Web 測試警示定義。

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

取得針對指定元件定義的所有 Application Insights Web 測試。

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

取得針對指定元件定義的所有 Application Insights Web 測試。

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

取得指定資源群組內定義的所有 Application Insights Web 測試。

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

取得指定資源群組內定義的所有 Application Insights Web 測試。

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

取得訂用帳戶內的所有 Application Insights Web 測試警示定義。

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

建立或更新 Application Insights Web 測試定義。

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

建構函式詳細資料

WebTests(ApplicationInsightsManagementClientContext)

建立 WebTests。

new WebTests(client: ApplicationInsightsManagementClientContext)

參數

client
ApplicationInsightsManagementClientContext

服務用戶端的參考。

方法詳細資料

createOrUpdate(string, string, WebTest, RequestOptionsBase)

建立或更新 Application Insights Web 測試定義。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

webTestDefinition
WebTest

需要指定的屬性,才能建立或更新 Application Insights Web 測試定義。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsCreateOrUpdateResponse>

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

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

webTestDefinition
WebTest

需要指定的屬性,才能建立或更新 Application Insights Web 測試定義。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<WebTest>

回呼

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

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

webTestDefinition
WebTest

需要指定的屬性,才能建立或更新 Application Insights Web 測試定義。

callback

ServiceCallback<WebTest>

回呼

deleteMethod(string, string, RequestOptionsBase)

刪除 Application Insights Web 測試。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<RestResponse>

Promise < msRest.RestResponse>

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

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<void>

回呼

deleteMethod(string, string, ServiceCallback<void>)

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

callback

ServiceCallback<void>

回呼

get(string, string, RequestOptionsBase)

取得特定的 Application Insights Web 測試定義。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsGetResponse>

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

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<WebTest>

回呼

get(string, string, ServiceCallback<WebTest>)

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

callback

ServiceCallback<WebTest>

回呼

list(RequestOptionsBase)

取得訂用帳戶內的所有 Application Insights Web 測試警示定義。

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

參數

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsListResponse>

list(RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

參數

options
RequestOptionsBase

選擇性參數

list(ServiceCallback<WebTestListResult>)

function list(callback: ServiceCallback<WebTestListResult>)

參數

listByComponent(string, string, RequestOptionsBase)

取得針對指定元件定義的所有 Application Insights Web 測試。

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

參數

componentName

string

Application Insights 元件資源的名稱。

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsListByComponentResponse>

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

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

參數

componentName

string

Application Insights 元件資源的名稱。

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

options
RequestOptionsBase

選擇性參數

listByComponent(string, string, ServiceCallback<WebTestListResult>)

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

參數

componentName

string

Application Insights 元件資源的名稱。

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

listByComponentNext(string, RequestOptionsBase)

取得針對指定元件定義的所有 Application Insights Web 測試。

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsListByComponentNextResponse>

listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listByComponentNext(string, ServiceCallback<WebTestListResult>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

listByResourceGroup(string, RequestOptionsBase)

取得指定資源群組內定義的所有 Application Insights Web 測試。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

options
RequestOptionsBase

選擇性參數

listByResourceGroup(string, ServiceCallback<WebTestListResult>)

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

listByResourceGroupNext(string, RequestOptionsBase)

取得指定資源群組內定義的所有 Application Insights Web 測試。

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

listNext(string, RequestOptionsBase)

取得訂用帳戶內的所有 Application Insights Web 測試警示定義。

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listNext(string, ServiceCallback<WebTestListResult>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

updateTags(string, string, TagsResource, RequestOptionsBase)

建立或更新 Application Insights Web 測試定義。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

webTestTags
TagsResource

已更新標記資訊,以設定為 Web 測試實例。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WebTestsUpdateTagsResponse>

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

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

webTestTags
TagsResource

已更新標記資訊,以設定為 Web 測試實例。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<WebTest>

回呼

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

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

webTestName

string

Application Insights Webtest 資源的名稱。

webTestTags
TagsResource

已更新標記資訊,以設定為 Web 測試實例。

callback

ServiceCallback<WebTest>

回呼