Class RecommendationInner

java.lang.Object
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.RecommendationInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<ProxyOnlyResource>

public final class RecommendationInner extends ProxyOnlyResource
Represents a recommendation result generated by the recommendation engine.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the actionName property: Name of action recommended by this object.
    Get the bladeName property: Deep link to a blade on the portal.
    Get the categoryTags property: The list of category tags that this recommendation belongs to.
    Get the channels property: List of channels that this recommendation can apply.
    Get the creationTime property: Timestamp when this instance was created.
    Get the displayName property: UI friendly name of the rule (may not be unique).
    Get the enabled property: True if this recommendation is still valid (i.e.
    Get the endTime property: The end time in UTC of a range that the recommendation refers to.
    Get the extensionName property: Extension name of the portal if exists.
    Get the forwardLink property: Forward link to an external document associated with the rule.
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of RecommendationInner from the JsonReader.
    id()
    Get the id property: Resource Id.
    Get the isDynamic property: True if this is associated with a dynamically added rule.
    Get the level property: Level indicating how critical this recommendation can impact.
    Get the message property: Recommendation text.
    Get the name property: Resource Name.
    Get the nextNotificationTime property: When to notify this recommendation next in UTC.
    Get the notificationExpirationTime property: Date and time in UTC when this notification expires.
    Get the notifiedTime property: Last timestamp in UTC this instance was actually notified.
    Get the recommendationId property: A GUID value that each recommendation object is associated with.
    Get the resourceId property: Full ARM resource ID string that this recommendation object is associated with.
    Get the resourceScope property: Name of a resource type this recommendation applies, e.g.
    Get the ruleName property: Unique name of the rule.
    Get the score property: A metric value measured by the rule.
    Get the startTime property: The beginning time in UTC of a range that the recommendation refers to.
    Get the states property: The list of states of this recommendation.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    Get the type property: Resource type.
    void
    Validates the instance.

    Methods inherited from class ProxyOnlyResource

    kind, withKind

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • Method Details

    • type

      public String type()
      Get the type property: Resource type.
      Overrides:
      type in class ProxyOnlyResource
      Returns:
      the type value.
    • name

      public String name()
      Get the name property: Resource Name.
      Overrides:
      name in class ProxyOnlyResource
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: Resource Id.
      Overrides:
      id in class ProxyOnlyResource
      Returns:
      the id value.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: Timestamp when this instance was created.
      Returns:
      the creationTime value.
    • recommendationId

      public UUID recommendationId()
      Get the recommendationId property: A GUID value that each recommendation object is associated with.
      Returns:
      the recommendationId value.
    • resourceId

      public String resourceId()
      Get the resourceId property: Full ARM resource ID string that this recommendation object is associated with.
      Returns:
      the resourceId value.
    • resourceScope

      public ResourceScopeType resourceScope()
      Get the resourceScope property: Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site.
      Returns:
      the resourceScope value.
    • ruleName

      public String ruleName()
      Get the ruleName property: Unique name of the rule.
      Returns:
      the ruleName value.
    • displayName

      public String displayName()
      Get the displayName property: UI friendly name of the rule (may not be unique).
      Returns:
      the displayName value.
    • message

      public String message()
      Get the message property: Recommendation text.
      Returns:
      the message value.
    • level

      public NotificationLevel level()
      Get the level property: Level indicating how critical this recommendation can impact.
      Returns:
      the level value.
    • channels

      public Channels channels()
      Get the channels property: List of channels that this recommendation can apply.
      Returns:
      the channels value.
    • categoryTags

      public List<String> categoryTags()
      Get the categoryTags property: The list of category tags that this recommendation belongs to.
      Returns:
      the categoryTags value.
    • actionName

      public String actionName()
      Get the actionName property: Name of action recommended by this object.
      Returns:
      the actionName value.
    • enabled

      public Integer enabled()
      Get the enabled property: True if this recommendation is still valid (i.e. "actionable"). False if it is invalid.
      Returns:
      the enabled value.
    • states

      public List<String> states()
      Get the states property: The list of states of this recommendation. If it's null then it should be considered "Active".
      Returns:
      the states value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The beginning time in UTC of a range that the recommendation refers to.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The end time in UTC of a range that the recommendation refers to.
      Returns:
      the endTime value.
    • nextNotificationTime

      public OffsetDateTime nextNotificationTime()
      Get the nextNotificationTime property: When to notify this recommendation next in UTC. Null means that this will never be notified anymore.
      Returns:
      the nextNotificationTime value.
    • notificationExpirationTime

      public OffsetDateTime notificationExpirationTime()
      Get the notificationExpirationTime property: Date and time in UTC when this notification expires.
      Returns:
      the notificationExpirationTime value.
    • notifiedTime

      public OffsetDateTime notifiedTime()
      Get the notifiedTime property: Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet.
      Returns:
      the notifiedTime value.
    • score

      public Double score()
      Get the score property: A metric value measured by the rule.
      Returns:
      the score value.
    • isDynamic

      public Boolean isDynamic()
      Get the isDynamic property: True if this is associated with a dynamically added rule.
      Returns:
      the isDynamic value.
    • extensionName

      public String extensionName()
      Get the extensionName property: Extension name of the portal if exists.
      Returns:
      the extensionName value.
    • bladeName

      public String bladeName()
      Get the bladeName property: Deep link to a blade on the portal.
      Returns:
      the bladeName value.
    • forwardLink

      public String forwardLink()
      Get the forwardLink property: Forward link to an external document associated with the rule.
      Returns:
      the forwardLink value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ProxyOnlyResource>
      Overrides:
      toJson in class ProxyOnlyResource
      Throws:
      IOException
    • fromJson

      public static RecommendationInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of RecommendationInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of RecommendationInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the RecommendationInner.