Condividi tramite


StatisticsListByAutomationAccountResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccount.

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