次の方法で共有


Source コンストラクター

定義

オーバーロード

Source()

Source クラスの新しいインスタンスを初期化します。

Source(String, String, IList<String>, String)

Source クラスの新しいインスタンスを初期化します。

Source()

Source クラスの新しいインスタンスを初期化します。

public Source ();
Public Sub New ()

適用対象

Source(String, String, IList<String>, String)

Source クラスの新しいインスタンスを初期化します。

public Source (string dataSourceId, string query = default, System.Collections.Generic.IList<string> authorizedResources = default, string queryType = default);
new Microsoft.Azure.Management.Monitor.Models.Source : string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Monitor.Models.Source
Public Sub New (dataSourceId As String, Optional query As String = Nothing, Optional authorizedResources As IList(Of String) = Nothing, Optional queryType As String = Nothing)

パラメーター

dataSourceId
String

ログ検索クエリを実行するリソース URI。

query
String

ログ検索クエリ。 アクションの種類に必須 - AlertingAction

authorizedResources
IList<String>

クエリに参照されるリソースの一覧

queryType
String

値を 'ResultCount' に設定します。 使用可能な値は、'ResultCount' です。

適用対象