Freigeben über


SoftwareUpdateConfigurationMachineRunsListResponse type

Enthält Antwortdaten für den Listenvorgang.

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