Sdílet prostřednictvím


SoftwareUpdateConfigurationMachineRunsListResponse type

Obsahuje data odpovědi pro operaci výpisu.

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