Class LogzMonitorResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.logz.fluent.models.LogzMonitorResourceInner

public final class LogzMonitorResourceInner extends com.azure.core.management.Resource
The LogzMonitorResource model.
  • Constructor Details

    • LogzMonitorResourceInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata relating to this resource.
      Returns:
      the systemData value.
    • properties

      public MonitorProperties properties()
      Get the properties property: Properties specific to the monitor resource.
      Returns:
      the properties value.
    • withProperties

      public LogzMonitorResourceInner withProperties(MonitorProperties properties)
      Set the properties property: Properties specific to the monitor resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the LogzMonitorResourceInner object itself.
    • identity

      public IdentityProperties identity()
      Get the identity property: The identity property.
      Returns:
      the identity value.
    • withIdentity

      public LogzMonitorResourceInner withIdentity(IdentityProperties identity)
      Set the identity property: The identity property.
      Parameters:
      identity - the identity value to set.
      Returns:
      the LogzMonitorResourceInner object itself.
    • withLocation

      public LogzMonitorResourceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public LogzMonitorResourceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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