Share via


ILogRules Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.LogRulesTypeConverter))]
public interface ILogRules : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.LogRulesTypeConverter))>]
type ILogRules = interface
    interface IJsonSerializable
Public Interface ILogRules
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

FilteringTag

List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.

SendAadLog

Flag specifying if AAD logs should be sent for the Monitor resource.

SendActivityLog

Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.

SendSubscriptionLog

Flag specifying if subscription logs should be sent for the Monitor resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to