WebTests class
代表 WebTests 的類別。
建構函式
Web |
建立 WebTests。 |
方法
建構函式詳細資料
WebTests(ApplicationInsightsManagementClientContext)
建立 WebTests。
new WebTests(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<WebTestsCreateOrUpdateResponse>
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
回呼
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
回呼
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<WebTestsGetResponse>
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
回呼
get(string, string, ServiceCallback<WebTest>)
function get(resourceGroupName: string, webTestName: string, callback: ServiceCallback<WebTest>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- webTestName
-
string
Application Insights Webtest 資源的名稱。
- callback
回呼
list(RequestOptionsBase)
取得訂用帳戶內的所有 Application Insights Web 測試警示定義。
function list(options?: RequestOptionsBase): Promise<WebTestsListResponse>
參數
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<WebTestsListResponse>
Promise < Models.WebTestsListResponse>
list(RequestOptionsBase, ServiceCallback<WebTestListResult>)
function list(options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)
參數
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
list(ServiceCallback<WebTestListResult>)
function list(callback: ServiceCallback<WebTestListResult>)
參數
- callback
回呼
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<WebTestsListByComponentResponse>
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
選擇性參數
- callback
回呼
listByComponent(string, string, ServiceCallback<WebTestListResult>)
function listByComponent(componentName: string, resourceGroupName: string, callback: ServiceCallback<WebTestListResult>)
參數
- componentName
-
string
Application Insights 元件資源的名稱。
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- callback
回呼
listByComponentNext(string, RequestOptionsBase)
取得針對指定元件定義的所有 Application Insights Web 測試。
function listByComponentNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListByComponentNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<WebTestsListByComponentNextResponse>
Promise < Models.WebTestsListByComponentNextResponse>
listByComponentNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
function listByComponentNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByComponentNext(string, ServiceCallback<WebTestListResult>)
function listByComponentNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼
listByResourceGroup(string, RequestOptionsBase)
取得指定資源群組內定義的所有 Application Insights Web 測試。
function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<WebTestsListByResourceGroupResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<WebTestsListByResourceGroupResponse>
Promise < Models.WebTestsListByResourceGroupResponse>
listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByResourceGroup(string, ServiceCallback<WebTestListResult>)
function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<WebTestListResult>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- callback
回呼
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
選擇性參數
- callback
回呼
listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)
function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼
listNext(string, RequestOptionsBase)
取得訂用帳戶內的所有 Application Insights Web 測試警示定義。
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebTestsListNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<WebTestsListNextResponse>
Promise < Models.WebTestsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<WebTestListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebTestListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listNext(string, ServiceCallback<WebTestListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<WebTestListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼
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<WebTestsUpdateTagsResponse>
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
回呼
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
回呼