Class UserMetricsProperties

java.lang.Object
com.azure.resourcemanager.trafficmanager.fluent.models.UserMetricsProperties

public final class UserMetricsProperties extends Object
Class representing a Traffic Manager Real User Metrics key response.
  • Constructor Details

    • UserMetricsProperties

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

    • key

      public String key()
      Get the key property: The key returned by the User Metrics operation.
      Returns:
      the key value.
    • withKey

      public UserMetricsProperties withKey(String key)
      Set the key property: The key returned by the User Metrics operation.
      Parameters:
      key - the key value to set.
      Returns:
      the UserMetricsProperties object itself.
    • validate

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