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


DscNodeConfigurationListByAutomationAccountNextResponse type

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

type DscNodeConfigurationListByAutomationAccountNextResponse =
  DscNodeConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscNodeConfigurationListResult
    }
  }