UsagesListByAutomationAccountResponse type
listByAutomationAccount işlemi için yanıt verilerini içerir.
type UsagesListByAutomationAccountResponse = UsageListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageListResult
}
}