UsagesListByAutomationAccountResponse type
Contains response data for the listByAutomationAccount operation.
type UsagesListByAutomationAccountResponse = UsageListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageListResult
}
}