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


DscNodeConfigurationListByAutomationAccountResponse type

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

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