Поделиться через


VariableListByAutomationAccountResponse type

Содержит данные ответа для операции listByAutomationAccount.

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