UsagesListByAutomationAccountResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccount.
type UsagesListByAutomationAccountResponse = UsageListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageListResult
}
}