Delen via


VariableListByAutomationAccountResponse type

Bevat antwoordgegevens voor de bewerking listByAutomationAccount.

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