Interface RecommendationAction


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

      • 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

        RecommendationActionInner innerModel()
        Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendationActionInner object.
        Returns:
        the inner object.