Freigeben über


UsagesListByAutomationAccountResponse type

Enthält Antwortdaten für den ListByAutomationAccount-Vorgang.

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