List Workloads
| applicationinsights_list_workloads | R Documentation | 
Lists the workloads that are configured on a given component¶
Description¶
Lists the workloads that are configured on a given component.
Usage¶
applicationinsights_list_workloads(ResourceGroupName, ComponentName,
  MaxResults, NextToken, AccountId)
Arguments¶
ResourceGroupName | 
[required] The name of the resource group.  | 
ComponentName | 
[required] The name of the component.  | 
MaxResults | 
The maximum number of results to return in a single call. To
retrieve the remaining results, make another call with the returned
  | 
NextToken | 
The token to request the next page of results.  | 
AccountId | 
The Amazon Web Services account ID of the owner of the workload.  | 
Value¶
A list with the following syntax:
list(
  WorkloadList = list(
    list(
      WorkloadId = "string",
      ComponentName = "string",
      WorkloadName = "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",
      WorkloadRemarks = "string",
      MissingWorkloadConfig = TRUE|FALSE
    )
  ),
  NextToken = "string"
)
Request syntax¶
svc$list_workloads(
  ResourceGroupName = "string",
  ComponentName = "string",
  MaxResults = 123,
  NextToken = "string",
  AccountId = "string"
)