MonitoringTagRulesProperties Class
Definition of the properties for a TagRules resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
MonitoringTagRulesProperties
Constructor
MonitoringTagRulesProperties(*, log_rules: Optional[azure.mgmt.datadog.models._models_py3.LogRules] = None, metric_rules: Optional[azure.mgmt.datadog.models._models_py3.MetricRules] = None, **kwargs)
Parameters
- log_rules
- <xref:microsoft_datadog_client.models.LogRules>
Required
Set of rules for sending logs for the Monitor resource.
- metric_rules
- <xref:microsoft_datadog_client.models.MetricRules>
Required
Set of rules for sending metrics for the Monitor resource.
Variables
- provisioning_state
- str or <xref:microsoft_datadog_client.models.ProvisioningState>
Possible values include: "Accepted", "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled", "Deleted", "NotSpecified".
Feedback
Submit and view feedback for