IMonitoredResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.MonitoredResourceTypeConverter))]
public interface IMonitoredResource : Microsoft.Azure.PowerShell.Cmdlets.Datadog.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.MonitoredResourceTypeConverter))>]
type IMonitoredResource = interface
    interface IJsonSerializable
Public Interface IMonitoredResource
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

The ARM id of the resource.

ReasonForLogsStatus

Reason for why the resource is sending logs (or why it is not sending).

ReasonForMetricsStatus

Reason for why the resource is sending metrics (or why it is not sending).

SendingLog

Flag indicating if resource is sending logs to Datadog.

SendingMetric

Flag indicating if resource is sending metrics to Datadog.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to