Values.DescribeComponentConfigurationRecommendationRequestSourceDescribes the recommended monitoring configuration of the component.
type nonrec t = {resourceGroupName : ResourceGroupName.t;The name of the resource group.
*)componentName : ComponentName.t;The name of the component.
*)tier : Tier.t;The tier of the application component.
*)workloadName : WorkloadName.t option;The name of the workload. The name of the workload is required when the tier of the application component is SAP_ASE_SINGLE_NODE or SAP_ASE_HIGH_AVAILABILITY.
*)recommendationType : RecommendationType.t option;The recommended configuration type.
*)}val make :
?workloadName:??? ->
?recommendationType:??? ->
resourceGroupName:ResourceGroupName.t ->
componentName:ComponentName.t ->
tier:Tier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceGroupName.t ]) list ]