次の方法で共有


WebTests interface

WebTests を表すインターフェイス。

メソッド

createOrUpdate(string, string, WebTest, WebTestsCreateOrUpdateOptionalParams)

Application Insights Web テスト定義を作成または更新します。

delete(string, string, WebTestsDeleteOptionalParams)

Application Insights Web テストを削除します。

get(string, string, WebTestsGetOptionalParams)

特定の Application Insights Web テスト定義を取得します。

list(WebTestsListOptionalParams)

サブスクリプション内のすべての Application Insights Web テスト アラート定義を取得します。

listByComponent(string, string, WebTestsListByComponentOptionalParams)

指定したコンポーネントに対して定義されているすべての Application Insights Web テストを取得します。

listByResourceGroup(string, WebTestsListByResourceGroupOptionalParams)

指定したリソース グループ内で定義されているすべての Application Insights Web テストを取得します。

updateTags(string, string, TagsResource, WebTestsUpdateTagsOptionalParams)

Application Insights Web テスト定義を作成または更新します。

メソッドの詳細

createOrUpdate(string, string, WebTest, WebTestsCreateOrUpdateOptionalParams)

Application Insights Web テスト定義を作成または更新します。

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

パラメーター

resourceGroupName

string

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

webTestName

string

Application Insights Webtest リソースの名前。

webTestDefinition
WebTest

Application Insights Web テスト定義を作成または更新するために指定する必要があるプロパティ。

options
WebTestsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<WebTest>

delete(string, string, WebTestsDeleteOptionalParams)

Application Insights Web テストを削除します。

function delete(resourceGroupName: string, webTestName: string, options?: WebTestsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

webTestName

string

Application Insights Webtest リソースの名前。

options
WebTestsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, WebTestsGetOptionalParams)

特定の Application Insights Web テスト定義を取得します。

function get(resourceGroupName: string, webTestName: string, options?: WebTestsGetOptionalParams): Promise<WebTest>

パラメーター

resourceGroupName

string

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

webTestName

string

Application Insights Webtest リソースの名前。

options
WebTestsGetOptionalParams

options パラメーター。

戻り値

Promise<WebTest>

list(WebTestsListOptionalParams)

サブスクリプション内のすべての Application Insights Web テスト アラート定義を取得します。

function list(options?: WebTestsListOptionalParams): PagedAsyncIterableIterator<WebTest, WebTest[], PageSettings>

パラメーター

options
WebTestsListOptionalParams

options パラメーター。

戻り値

listByComponent(string, string, WebTestsListByComponentOptionalParams)

指定したコンポーネントに対して定義されているすべての Application Insights Web テストを取得します。

function listByComponent(componentName: string, resourceGroupName: string, options?: WebTestsListByComponentOptionalParams): PagedAsyncIterableIterator<WebTest, WebTest[], PageSettings>

パラメーター

componentName

string

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

resourceGroupName

string

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

options
WebTestsListByComponentOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, WebTestsListByResourceGroupOptionalParams)

指定したリソース グループ内で定義されているすべての Application Insights Web テストを取得します。

function listByResourceGroup(resourceGroupName: string, options?: WebTestsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebTest, WebTest[], PageSettings>

パラメーター

resourceGroupName

string

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

options
WebTestsListByResourceGroupOptionalParams

options パラメーター。

戻り値

updateTags(string, string, TagsResource, WebTestsUpdateTagsOptionalParams)

Application Insights Web テスト定義を作成または更新します。

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

パラメーター

resourceGroupName

string

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

webTestName

string

Application Insights Webtest リソースの名前。

webTestTags
TagsResource

Web テスト インスタンスに設定するようにタグ情報を更新しました。

options
WebTestsUpdateTagsOptionalParams

options パラメーター。

戻り値

Promise<WebTest>