你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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