Share via


MonitoringTagRulesProperties Class

Definition

Properties for the Tag rules resource of a Monitor account.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.MonitoringTagRulesPropertiesTypeConverter))]
public class MonitoringTagRulesProperties : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IMonitoringTagRulesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.MonitoringTagRulesPropertiesTypeConverter))>]
type MonitoringTagRulesProperties = class
    interface IMonitoringTagRulesProperties
    interface IJsonSerializable
Public Class MonitoringTagRulesProperties
Implements IMonitoringTagRulesProperties
Inheritance
MonitoringTagRulesProperties
Attributes
Implements

Constructors

MonitoringTagRulesProperties()

Creates an new MonitoringTagRulesProperties instance.

Properties

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.

MetricRuleFilteringTag

List of filtering tags to be used for capturing metrics. 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.

ProvisioningState

Provisioning state of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitoringTagRulesProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitoringTagRulesProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IMonitoringTagRulesProperties.

FromJsonString(String)

Creates a new instance of MonitoringTagRulesProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitoringTagRulesProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to