次の方法で共有


LogSearchRuleResourcePatch コンストラクター

定義

オーバーロード

LogSearchRuleResourcePatch()

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

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

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

LogSearchRuleResourcePatch()

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

public LogSearchRuleResourcePatch();
Public Sub New ()

適用対象

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

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

public LogSearchRuleResourcePatch(System.Collections.Generic.IDictionary<string,string> tags = default, string enabled = default);
new Microsoft.Azure.Management.Monitor.Models.LogSearchRuleResourcePatch : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Monitor.Models.LogSearchRuleResourcePatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional enabled As String = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ

enabled
String

ログ検索ルールが有効かどうかを示すフラグ。 値は true または false にする必要があります。 使用可能な値は次のとおりです: 'true'、'false'

適用対象