RecommendationAction Interface
public interface RecommendationAction
An immutable client-side representation of RecommendationAction.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Integer |
actionId()
Gets the action |
| abstract String |
advisorName()
Gets the advisor |
|
abstract
Offset |
createdTime()
Gets the created |
| abstract Map<String,String> |
details()
Gets the details property: Recommendation action details. |
|
abstract
Offset |
expirationTime()
Gets the expiration |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Recommendation |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
reason()
Gets the reason property: Recommendation action reason. |
| abstract String |
recommendationType()
Gets the recommendation |
| abstract String |
sessionId()
Gets the session |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
actionId
public abstract Integer actionId()
Gets the actionId property: Recommendation action identifier.
Returns:
advisorName
public abstract String advisorName()
Gets the advisorName property: Advisor name.
Returns:
createdTime
public abstract OffsetDateTime createdTime()
Gets the createdTime property: Recommendation action creation time.
Returns:
details
public abstract Map<String,String> details()
Gets the details property: Recommendation action details.
Returns:
expirationTime
public abstract OffsetDateTime expirationTime()
Gets the expirationTime property: Recommendation action expiration time.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RecommendationActionInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendationActionInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
reason
public abstract String reason()
Gets the reason property: Recommendation action reason.
Returns:
recommendationType
public abstract String recommendationType()
Gets the recommendationType property: Recommendation action type.
Returns:
sessionId
public abstract String sessionId()
Gets the sessionId property: Recommendation action session identifier.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: