MonitoredResource Interface
public interface MonitoredResource
An immutable client-side representation of MonitoredResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: The ARM id of the resource. |
|
abstract
Monitored |
innerModel()
Gets the inner com. |
| abstract String |
reasonForLogsStatus()
Gets the reason |
| abstract String |
reasonForMetricsStatus()
Gets the reason |
| abstract Boolean |
sendingLogs()
Gets the sending |
| abstract Boolean |
sendingMetrics()
Gets the sending |
Method Details
id
public abstract String id()
Gets the id property: The ARM id of the resource.
Returns:
innerModel
public abstract MonitoredResourceInner innerModel()
Gets the inner com.azure.resourcemanager.datadog.fluent.models.MonitoredResourceInner object.
Returns:
reasonForLogsStatus
public abstract String reasonForLogsStatus()
Gets the reasonForLogsStatus property: Reason for why the resource is sending logs (or why it is not sending).
Returns:
reasonForMetricsStatus
public abstract String reasonForMetricsStatus()
Gets the reasonForMetricsStatus property: Reason for why the resource is sending metrics (or why it is not sending).
Returns:
sendingLogs
public abstract Boolean sendingLogs()
Gets the sendingLogs property: Flag indicating if resource is sending logs to Datadog.
Returns:
sendingMetrics
public abstract Boolean sendingMetrics()
Gets the sendingMetrics property: Flag indicating if resource is sending metrics to Datadog.
Returns: