Interface TagRule


public interface TagRule
An immutable client-side representation of TagRule.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the TagRule definition.
    static interface 
    The TagRule definition stages.
    static interface 
    The template for TagRule update.
    static interface 
    The TagRule update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.TagRuleInner object.
    Gets the logRules property: Set of rules for sending logs for the Monitor resource.
    Gets the metricRules property: Set of rules for sending metrics for the Monitor resource.
    Gets the name property: The name of the resource.
    Gets the provisioningState property: Provisioning state of the resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the name of the resource group.
    com.azure.core.management.SystemData
    Gets the systemData property: System metadata for this resource.
    Gets the type property: The type of the resource.
    Begins update for the TagRule resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: System metadata for this resource.
      Returns:
      the systemData value.
    • logRules

      LogRules logRules()
      Gets the logRules property: Set of rules for sending logs for the Monitor resource.
      Returns:
      the logRules value.
    • metricRules

      MetricRules metricRules()
      Gets the metricRules property: Set of rules for sending metrics for the Monitor resource.
      Returns:
      the metricRules value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      TagRuleInner innerModel()
      Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.TagRuleInner object.
      Returns:
      the inner object.
    • update

      TagRule.Update update()
      Begins update for the TagRule resource.
      Returns:
      the stage of resource update.
    • refresh

      TagRule refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      TagRule refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.