IComponentsOperations インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ComponentsOperations 操作。
public interface IComponentsOperations
type IComponentsOperations = interface
Public Interface IComponentsOperations
メソッド
拡張メソッド
CreateOrUpdate(IComponentsOperations, String, String, ApplicationInsightsComponent) |
Application Insights コンポーネントを作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。 |
CreateOrUpdateAsync(IComponentsOperations, String, String, ApplicationInsightsComponent, CancellationToken) |
Application Insights コンポーネントを作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。 |
Delete(IComponentsOperations, String, String) |
Application Insights コンポーネントを削除します。 |
DeleteAsync(IComponentsOperations, String, String, CancellationToken) |
Application Insights コンポーネントを削除します。 |
Get(IComponentsOperations, String, String) |
Application Insights コンポーネントを返します。 |
GetAsync(IComponentsOperations, String, String, CancellationToken) |
Application Insights コンポーネントを返します。 |
GetPurgeStatus(IComponentsOperations, String, String, String) |
進行中の消去操作の状態を取得します。 |
GetPurgeStatusAsync(IComponentsOperations, String, String, String, CancellationToken) |
進行中の消去操作の状態を取得します。 |
List(IComponentsOperations) |
サブスクリプション内のすべての Application Insights コンポーネントの一覧を取得します。 |
ListAsync(IComponentsOperations, CancellationToken) |
サブスクリプション内のすべての Application Insights コンポーネントの一覧を取得します。 |
ListByResourceGroup(IComponentsOperations, String) |
リソース グループ内の Application Insights コンポーネントの一覧を取得します。 |
ListByResourceGroupAsync(IComponentsOperations, String, CancellationToken) |
リソース グループ内の Application Insights コンポーネントの一覧を取得します。 |
ListByResourceGroupNext(IComponentsOperations, String) |
リソース グループ内の Application Insights コンポーネントの一覧を取得します。 |
ListByResourceGroupNextAsync(IComponentsOperations, String, CancellationToken) |
リソース グループ内の Application Insights コンポーネントの一覧を取得します。 |
ListNext(IComponentsOperations, String) |
サブスクリプション内のすべての Application Insights コンポーネントの一覧を取得します。 |
ListNextAsync(IComponentsOperations, String, CancellationToken) |
サブスクリプション内のすべての Application Insights コンポーネントの一覧を取得します。 |
Purge(IComponentsOperations, String, String, ComponentPurgeBody) |
一連のユーザー定義フィルターによって Application Insights コンポーネント内のデータを消去します。 システム リソースを管理するために、消去要求は 1 時間あたり 50 要求に制限されます。 消去要求の実行をバッチ処理するには、消去が必要なすべてのユーザー ID を述語に含む 1 つのコマンドを送信します。 複数の ID を指定するには、in 演算子を使用します。 消去要求に を使用する前にクエリを実行して、結果が期待されることを確認する必要があります。 |
PurgeAsync(IComponentsOperations, String, String, ComponentPurgeBody, CancellationToken) |
一連のユーザー定義フィルターによって Application Insights コンポーネント内のデータを消去します。 システム リソースを管理するために、消去要求は 1 時間あたり 50 要求に制限されます。 消去要求の実行をバッチ処理するには、消去が必要なすべてのユーザー ID を述語に含む 1 つのコマンドを送信します。 複数の ID を指定するには、in 演算子を使用します。 消去要求に を使用する前にクエリを実行して、結果が期待されることを確認する必要があります。 |
UpdateTags(IComponentsOperations, String, String, IDictionary<String,String>) |
既存のコンポーネントのタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。 |
UpdateTagsAsync(IComponentsOperations, String, String, IDictionary<String,String>, CancellationToken) |
既存のコンポーネントのタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。 |
適用対象
Azure SDK for .NET