Bagikan melalui


VariableListByAutomationAccountNextResponse type

Berisi data respons untuk operasi listByAutomationAccountNext.

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