Interface RecommendationAction


public interface RecommendationAction
An immutable client-side representation of RecommendationAction.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the actionId property: Recommendation action identifier.
    Gets the advisorName property: Advisor name.
    Gets the createdTime property: Recommendation action creation time.
    Gets the details property: Recommendation action details.
    Gets the expirationTime property: Recommendation action expiration time.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.mariadb.fluent.models.RecommendationActionInner object.
    Gets the name property: The name of the resource.
    Gets the reason property: Recommendation action reason.
    Gets the recommendationType property: Recommendation action type.
    Gets the sessionId property: Recommendation action session identifier.
    Gets the type property: The type of the 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.
    • advisorName

      String advisorName()
      Gets the advisorName property: Advisor name.
      Returns:
      the advisorName value.
    • sessionId

      String sessionId()
      Gets the sessionId property: Recommendation action session identifier.
      Returns:
      the sessionId value.
    • actionId

      Integer actionId()
      Gets the actionId property: Recommendation action identifier.
      Returns:
      the actionId value.
    • createdTime

      OffsetDateTime createdTime()
      Gets the createdTime property: Recommendation action creation time.
      Returns:
      the createdTime value.
    • expirationTime

      OffsetDateTime expirationTime()
      Gets the expirationTime property: Recommendation action expiration time.
      Returns:
      the expirationTime value.
    • reason

      String reason()
      Gets the reason property: Recommendation action reason.
      Returns:
      the reason value.
    • recommendationType

      String recommendationType()
      Gets the recommendationType property: Recommendation action type.
      Returns:
      the recommendationType value.
    • details

      Map<String,String> details()
      Gets the details property: Recommendation action details.
      Returns:
      the details value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mariadb.fluent.models.RecommendationActionInner object.
      Returns:
      the inner object.