Delen via


UsagesListByAutomationAccountResponse type

Bevat antwoordgegevens voor de bewerking listByAutomationAccount.

type UsagesListByAutomationAccountResponse = UsageListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: UsageListResult
  }
}