Udostępnij za pośrednictwem


SoftwareUpdateConfigurationMachineRunsListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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