WebTestLocations class
WebTestLocations を表すクラス。
コンストラクター
| Web |
WebTestLocations を作成します。 |
メソッド
| list(string, string, Request |
この Application Insights コンポーネントで使用できる Web テストの場所の一覧を取得します。 |
| list(string, string, Request |
|
| list(string, string, Service |
コンストラクターの詳細
WebTestLocations(ApplicationInsightsManagementClientContext)
WebTestLocations を作成します。
new WebTestLocations(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<WebTestLocationsListResponse>
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 コンポーネント リソースの名前。
コールバック