Class ManagedGrafanaUpdateParameters

java.lang.Object
com.azure.resourcemanager.dashboard.models.ManagedGrafanaUpdateParameters

public final class ManagedGrafanaUpdateParameters extends Object
The parameters for a PATCH request to a grafana resource.
  • Constructor Details

    • ManagedGrafanaUpdateParameters

      public ManagedGrafanaUpdateParameters()
  • Method Details

    • identity

      public ManagedServiceIdentity identity()
      Get the identity property: The managed identity of the grafana resource.
      Returns:
      the identity value.
    • withIdentity

      Set the identity property: The managed identity of the grafana resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the ManagedGrafanaUpdateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: The new tags of the grafana resource.
      Returns:
      the tags value.
    • withTags

      Set the tags property: The new tags of the grafana resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ManagedGrafanaUpdateParameters object itself.
    • properties

      Get the properties property: Properties specific to the managed grafana resource.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Properties specific to the managed grafana resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ManagedGrafanaUpdateParameters object itself.
    • validate

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