次の方法で共有


IWebTestsOperations インターフェイス

定義

WebTestsOperations 操作。

public interface IWebTestsOperations
type IWebTestsOperations = interface
Public Interface IWebTestsOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, WebTest, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByComponentNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByComponentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

CreateOrUpdate(IWebTestsOperations, String, String, WebTest)

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

CreateOrUpdateAsync(IWebTestsOperations, String, String, WebTest, CancellationToken)

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

Delete(IWebTestsOperations, String, String)

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

DeleteAsync(IWebTestsOperations, String, String, CancellationToken)

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

Get(IWebTestsOperations, String, String)

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

GetAsync(IWebTestsOperations, String, String, CancellationToken)

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

List(IWebTestsOperations)

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

ListAsync(IWebTestsOperations, CancellationToken)

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

ListByComponent(IWebTestsOperations, String, String)

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

ListByComponentAsync(IWebTestsOperations, String, String, CancellationToken)

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

ListByComponentNext(IWebTestsOperations, String)

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

ListByComponentNextAsync(IWebTestsOperations, String, CancellationToken)

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

ListByResourceGroup(IWebTestsOperations, String)

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

ListByResourceGroupAsync(IWebTestsOperations, String, CancellationToken)

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

ListByResourceGroupNext(IWebTestsOperations, String)

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

ListByResourceGroupNextAsync(IWebTestsOperations, String, CancellationToken)

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

ListNext(IWebTestsOperations, String)

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

ListNextAsync(IWebTestsOperations, String, CancellationToken)

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

UpdateTags(IWebTestsOperations, String, String, IDictionary<String,String>)

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

UpdateTagsAsync(IWebTestsOperations, String, String, IDictionary<String,String>, CancellationToken)

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

適用対象