Compartir a través de


VariableListByAutomationAccountResponse type

Contiene datos de respuesta para la operación listByAutomationAccount.

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