Bagikan melalui


SoftwareUpdateConfigurationMachineRunsListResponse type

Berisi data respons untuk operasi daftar.

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