Sdílet prostřednictvím


StatisticsListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

type StatisticsListByAutomationAccountResponse = StatisticsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StatisticsListResult
  }
}