Describe Component Configuration Recommendation
applicationinsights_describe_component_configuration_recommendation | R Documentation |
Describes the recommended monitoring configuration of the component¶
Description¶
Describes the recommended monitoring configuration of the component.
Usage¶
applicationinsights_describe_component_configuration_recommendation(
ResourceGroupName, ComponentName, Tier, WorkloadName,
RecommendationType)
Arguments¶
ResourceGroupName |
[required] The name of the resource group. |
ComponentName |
[required] The name of the component. |
Tier |
[required] The tier of the application component. |
WorkloadName |
The name of the workload. The name of the workload is required
when the tier of the application component is
|
RecommendationType |
The recommended configuration type. |
Value¶
A list with the following syntax:
list(
ComponentConfiguration = "string"
)
Request syntax¶
svc$describe_component_configuration_recommendation(
ResourceGroupName = "string",
ComponentName = "string",
Tier = "CUSTOM"|"DEFAULT"|"DOT_NET_CORE"|"DOT_NET_WORKER"|"DOT_NET_WEB_TIER"|"DOT_NET_WEB"|"SQL_SERVER"|"SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP"|"MYSQL"|"POSTGRESQL"|"JAVA_JMX"|"ORACLE"|"SAP_HANA_MULTI_NODE"|"SAP_HANA_SINGLE_NODE"|"SAP_HANA_HIGH_AVAILABILITY"|"SAP_ASE_SINGLE_NODE"|"SAP_ASE_HIGH_AVAILABILITY"|"SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"|"SHAREPOINT"|"ACTIVE_DIRECTORY"|"SAP_NETWEAVER_STANDARD"|"SAP_NETWEAVER_DISTRIBUTED"|"SAP_NETWEAVER_HIGH_AVAILABILITY",
WorkloadName = "string",
RecommendationType = "INFRA_ONLY"|"WORKLOAD_ONLY"|"ALL"
)