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 MonitoredResourceInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.MonitoredResourceInner object.

abstract String reasonForLogsStatus()

Gets the reasonForLogsStatus property: Reason for why the resource is sending logs (or why it is not sending).

abstract String reasonForMetricsStatus()

Gets the reasonForMetricsStatus property: Reason for why the resource is sending metrics (or why it is not sending).

abstract Boolean sendingLogs()

Gets the sendingLogs property: Flag indicating if resource is sending logs to Datadog.

abstract Boolean sendingMetrics()

Gets the sendingMetrics property: Flag indicating if resource is sending metrics to Datadog.

Method Details

id

public abstract String id()

Gets the id property: The ARM id of the resource.

Returns:

the id value.

innerModel

public abstract MonitoredResourceInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.MonitoredResourceInner object.

Returns:

the inner object.

reasonForLogsStatus

public abstract String reasonForLogsStatus()

Gets the reasonForLogsStatus property: Reason for why the resource is sending logs (or why it is not sending).

Returns:

the reasonForLogsStatus value.

reasonForMetricsStatus

public abstract String reasonForMetricsStatus()

Gets the reasonForMetricsStatus property: Reason for why the resource is sending metrics (or why it is not sending).

Returns:

the reasonForMetricsStatus value.

sendingLogs

public abstract Boolean sendingLogs()

Gets the sendingLogs property: Flag indicating if resource is sending logs to Datadog.

Returns:

the sendingLogs value.

sendingMetrics

public abstract Boolean sendingMetrics()

Gets the sendingMetrics property: Flag indicating if resource is sending metrics to Datadog.

Returns:

the sendingMetrics value.

Applies to