Partilhar via


AutomationAccountListNextResponse type

Contém dados de resposta para a operação listNext.

type AutomationAccountListNextResponse = AutomationAccountListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AutomationAccountListResult
  }
}