共用方式為


WebTestLocations class

代表 WebTestLocations 的類別。

建構函式

WebTestLocations(ApplicationInsightsManagementClientContext)

建立 WebTestLocations。

方法

list(string, string, RequestOptionsBase)

取得此 Application Insights 元件可用的 Web 測試位置清單。

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)
list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

建構函式詳細資料

WebTestLocations(ApplicationInsightsManagementClientContext)

建立 WebTestLocations。

new WebTestLocations(client: ApplicationInsightsManagementClientContext)

參數

client
ApplicationInsightsManagementClientContext

服務客戶端的參考。

方法詳細資料

list(string, string, RequestOptionsBase)

取得此 Application Insights 元件可用的 Web 測試位置清單。

function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WebTestLocationsListResponse>

參數

resourceGroupName

string

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

resourceName

string

Application Insights 元件資源的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.WebTestLocationsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

參數

resourceGroupName

string

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

resourceName

string

Application Insights 元件資源的名稱。

options
RequestOptionsBase

選擇性參數

list(string, string, ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsWebTestLocationsListResult>)

參數

resourceGroupName

string

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

resourceName

string

Application Insights 元件資源的名稱。