次の方法で共有


OperationalInsightsSavedSearchCollection クラス

定義

のコレクション OperationalInsightsSavedSearchResource とその操作を表すクラス。 コレクション内の各 OperationalInsightsSavedSearchResource は、 の同じインスタンス OperationalInsightsWorkspaceResourceに属します。 インスタンスを OperationalInsightsSavedSearchCollection 取得するには、 のインスタンスから GetOperationalInsightsSavedSearches メソッドを OperationalInsightsWorkspaceResource呼び出します。

public class OperationalInsightsSavedSearchCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>
type OperationalInsightsSavedSearchCollection = class
    inherit ArmCollection
    interface seq<OperationalInsightsSavedSearchResource>
    interface IEnumerable
    interface IAsyncEnumerable<OperationalInsightsSavedSearchResource>
Public Class OperationalInsightsSavedSearchCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of OperationalInsightsSavedSearchResource), IEnumerable(Of OperationalInsightsSavedSearchResource)
継承
OperationalInsightsSavedSearchCollection
実装

コンストラクター

OperationalInsightsSavedSearchCollection()

モック作成のために クラスの OperationalInsightsSavedSearchCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, OperationalInsightsSavedSearchData, CancellationToken)

特定のワークスペースの保存された検索を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • 操作IdSavedSearches_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, OperationalInsightsSavedSearchData, CancellationToken)

特定のワークスペースの保存された検索を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • 操作IdSavedSearches_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • 操作IdSavedSearches_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • 操作IdSavedSearches_Get
Get(String, CancellationToken)

特定のワークスペースの指定した保存された検索を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • 操作IdSavedSearches_Get
GetAll(CancellationToken)

特定の Log Analytics ワークスペースの保存された検索を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches
  • 操作IdSavedSearches_ListByWorkspace
GetAllAsync(CancellationToken)

特定の Log Analytics ワークスペースの保存された検索を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches
  • 操作IdSavedSearches_ListByWorkspace
GetAsync(String, CancellationToken)

特定のワークスペースの指定した保存された検索を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • 操作IdSavedSearches_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<OperationalInsightsSavedSearchResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<OperationalInsightsSavedSearchResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象