Dela via


IMonitoringTagRules Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRulesTypeConverter))]
public interface IMonitoringTagRules : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRulesTypeConverter))>]
type IMonitoringTagRules = interface
    interface IJsonSerializable
Public Interface IMonitoringTagRules
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

The id of the rule set.

LogRuleFilteringTag

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.

LogRuleSendAadLog

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

LogRuleSendActivityLog

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

LogRuleSendSubscriptionLog

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

Name

Name of the rule set.

ProvisioningState

Provisioning state of the monitoring tag rules.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the rule set.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to