Class MonitoredResourceInner

java.lang.Object
com.azure.resourcemanager.logz.fluent.models.MonitoredResourceInner

public final class MonitoredResourceInner extends Object
The properties of a resource currently being monitored by the Logz monitor resource.
  • Constructor Details

    • MonitoredResourceInner

      public MonitoredResourceInner()
      Creates an instance of MonitoredResourceInner class.
  • Method Details

    • id

      public String id()
      Get the id property: The ARM id of the resource.
      Returns:
      the id value.
    • withId

      public MonitoredResourceInner withId(String id)
      Set the id property: The ARM id of the resource.
      Parameters:
      id - the id value to set.
      Returns:
      the MonitoredResourceInner object itself.
    • sendingMetrics

      public Boolean sendingMetrics()
      Get the sendingMetrics property: Flag indicating if resource is sending metrics to Logz.
      Returns:
      the sendingMetrics value.
    • withSendingMetrics

      public MonitoredResourceInner withSendingMetrics(Boolean sendingMetrics)
      Set the sendingMetrics property: Flag indicating if resource is sending metrics to Logz.
      Parameters:
      sendingMetrics - the sendingMetrics value to set.
      Returns:
      the MonitoredResourceInner object itself.
    • reasonForMetricsStatus

      public String reasonForMetricsStatus()
      Get the reasonForMetricsStatus property: Reason for why the resource is sending metrics (or why it is not sending).
      Returns:
      the reasonForMetricsStatus value.
    • withReasonForMetricsStatus

      public MonitoredResourceInner withReasonForMetricsStatus(String reasonForMetricsStatus)
      Set the reasonForMetricsStatus property: Reason for why the resource is sending metrics (or why it is not sending).
      Parameters:
      reasonForMetricsStatus - the reasonForMetricsStatus value to set.
      Returns:
      the MonitoredResourceInner object itself.
    • sendingLogs

      public Boolean sendingLogs()
      Get the sendingLogs property: Flag indicating if resource is sending logs to Logz.
      Returns:
      the sendingLogs value.
    • withSendingLogs

      public MonitoredResourceInner withSendingLogs(Boolean sendingLogs)
      Set the sendingLogs property: Flag indicating if resource is sending logs to Logz.
      Parameters:
      sendingLogs - the sendingLogs value to set.
      Returns:
      the MonitoredResourceInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • reasonForLogsStatus

      public String reasonForLogsStatus()
      Get the reasonForLogsStatus property: Reason for why the resource is sending logs (or why it is not sending).
      Returns:
      the reasonForLogsStatus value.
    • withReasonForLogsStatus

      public MonitoredResourceInner withReasonForLogsStatus(String reasonForLogsStatus)
      Set the reasonForLogsStatus property: Reason for why the resource is sending logs (or why it is not sending).
      Parameters:
      reasonForLogsStatus - the reasonForLogsStatus value to set.
      Returns:
      the MonitoredResourceInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.