applicationinsights_describe_workload {paws.management} | R Documentation |
Describes a workload and its configuration
Description
Describes a workload and its configuration.
See https://www.paws-r-sdk.com/docs/applicationinsights_describe_workload/ for full documentation.
Usage
applicationinsights_describe_workload(
ResourceGroupName,
ComponentName,
WorkloadId,
AccountId = NULL
)
Arguments
ResourceGroupName |
[required] The name of the resource group. |
ComponentName |
[required] The name of the component. |
WorkloadId |
[required] The ID of the workload. |
AccountId |
The AWS account ID for the workload owner. |
[Package paws.management version 0.7.0 Index]