GetCustomRecommendationPlainArgs

data class GetCustomRecommendationPlainArgs(val customRecommendationName: String, val scope: String) : ConvertibleToJava<GetCustomRecommendationPlainArgs>

Constructors

Link copied to clipboard
constructor(customRecommendationName: String, scope: String)

Properties

Link copied to clipboard

Name of the Custom Recommendation.

Link copied to clipboard

The scope of the custom recommendation. Valid scopes are: management group (format: 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'

Functions

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