Class ManagedGrafanaInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.dashboard.fluent.models.ManagedGrafanaInner

public final class ManagedGrafanaInner extends com.azure.core.management.Resource
The grafana resource type.
  • Constructor Details

    • ManagedGrafanaInner

      public ManagedGrafanaInner()
  • Method Details

    • sku

      public ResourceSku sku()
      Get the sku property: The Sku of the grafana resource.
      Returns:
      the sku value.
    • withSku

      public ManagedGrafanaInner withSku(ResourceSku sku)
      Set the sku property: The Sku of the grafana resource.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ManagedGrafanaInner object itself.
    • properties

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

      public ManagedGrafanaInner withProperties(ManagedGrafanaProperties properties)
      Set the properties property: Properties specific to the grafana resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ManagedGrafanaInner object itself.
    • identity

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

      public ManagedGrafanaInner withIdentity(ManagedServiceIdentity identity)
      Set the identity property: The managed identity of the grafana resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the ManagedGrafanaInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system meta data relating to this grafana resource.
      Returns:
      the systemData value.
    • withLocation

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

      public ManagedGrafanaInner 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.