SoftwareUpdateConfigurationMachineRunsListResponse type

Contains response data for the list operation.

type SoftwareUpdateConfigurationMachineRunsListResponse =
  SoftwareUpdateConfigurationMachineRunListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationMachineRunListResult
    }
  }