Partager via


VariableListByAutomationAccountNextResponse type

Contient des données de réponse pour l’opération listByAutomationAccountNext.

type VariableListByAutomationAccountNextResponse = VariableListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: VariableListResult
  }
}