次の方法で共有


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

省略可能なパラメーター

callback

ServiceCallback<WebTestListResult>

コールバック。

list(ServiceCallback<WebTestListResult>)

function list(callback: ServiceCallback<WebTestListResult>)

パラメーター

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

省略可能なパラメーター

callback

ServiceCallback<WebTestListResult>

コールバック。

listByComponent(string, string, ServiceCallback<WebTestListResult>)

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

パラメーター

componentName

string

Application Insights コンポーネント リソースの名前。

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

callback

ServiceCallback<WebTestListResult>

コールバック。

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

省略可能なパラメーター

callback

ServiceCallback<WebTestListResult>

コールバック。

listByComponentNext(string, ServiceCallback<WebTestListResult>)

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

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<WebTestListResult>

コールバック。

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

省略可能なパラメーター

callback

ServiceCallback<WebTestListResult>

コールバック。

listByResourceGroup(string, ServiceCallback<WebTestListResult>)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

callback

ServiceCallback<WebTestListResult>

コールバック。

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

ServiceCallback<WebTestListResult>

コールバック。

listByResourceGroupNext(string, ServiceCallback<WebTestListResult>)

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

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<WebTestListResult>

コールバック。

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

省略可能なパラメーター

callback

ServiceCallback<WebTestListResult>

コールバック。

listNext(string, ServiceCallback<WebTestListResult>)

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

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<WebTestListResult>

コールバック。

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>

コールバック。