次の方法で共有


LogProfileResourcePatch コンストラクター

定義

オーバーロード

LogProfileResourcePatch()

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

LogProfileResourcePatch(IList<String>, IList<String>, RetentionPolicy, IDictionary<String,String>, String, String)

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

LogProfileResourcePatch()

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

public LogProfileResourcePatch ();
Public Sub New ()

適用対象

LogProfileResourcePatch(IList<String>, IList<String>, RetentionPolicy, IDictionary<String,String>, String, String)

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

public LogProfileResourcePatch (System.Collections.Generic.IList<string> locations, System.Collections.Generic.IList<string> categories, Microsoft.Azure.Management.Monitor.Models.RetentionPolicy retentionPolicy, System.Collections.Generic.IDictionary<string,string> tags = default, string storageAccountId = default, string serviceBusRuleId = default);
new Microsoft.Azure.Management.Monitor.Models.LogProfileResourcePatch : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Monitor.Models.RetentionPolicy * System.Collections.Generic.IDictionary<string, string> * string * string -> Microsoft.Azure.Management.Monitor.Models.LogProfileResourcePatch
Public Sub New (locations As IList(Of String), categories As IList(Of String), retentionPolicy As RetentionPolicy, Optional tags As IDictionary(Of String, String) = Nothing, Optional storageAccountId As String = Nothing, Optional serviceBusRuleId As String = Nothing)

パラメーター

locations
IList<String>

アクティビティ ログ イベントを格納またはストリーミングする必要があるリージョンの一覧。 これは、"グローバル" の場所を含む有効な ARM の場所のコンマ区切りの一覧です。

categories
IList<String>

ログのカテゴリ。 これらのカテゴリは、ユーザーに便利なように作成されます。 一部の値は、'Write'、'Delete'、および/または 'Action' です。

retentionPolicy
RetentionPolicy

ログ内のイベントの保持ポリシー。

tags
IDictionary<String,String>

リソース タグ

storageAccountId
String

アクティビティ ログを送信するストレージ アカウントのリソース ID。

serviceBusRuleId
String

アクティビティ ログのストリーミング用に Event Hubs を作成するサービス バス名前空間のサービス バス ルール ID。 ルール ID の形式は、'{service bus resource ID}/authorizationrules/{key name}' です。

適用対象