GetRecommendationsPlainArgs

data class GetRecommendationsPlainArgs(val filterByCategories: List<String>? = null, val filterByResourceGroups: List<String>? = null) : ConvertibleToJava<GetRecommendationsPlainArgs>

A collection of arguments for invoking getRecommendations.

Constructors

Link copied to clipboard
constructor(filterByCategories: List<String>? = null, filterByResourceGroups: List<String>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): GetRecommendationsPlainArgs