DscNodeConfigurationListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

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