Get Recommendations Plain Args
data class GetRecommendationsPlainArgs(val filterByCategories: List<String>? = null, val filterByResourceGroups: List<String>? = null) : ConvertibleToJava<GetRecommendationsPlainArgs>
A collection of arguments for invoking getRecommendations.
Properties
Link copied to clipboard
Specifies a list of categories in which the Advisor Recommendations will be listed. Possible values are HighAvailability
, Security
, Performance
, Cost
and OperationalExcellence
.
Link copied to clipboard
Specifies a list of resource groups about which the Advisor Recommendations will be listed.