Udostępnij za pośrednictwem


SoftwareUpdateConfigurationMachineRunsGetByIdResponse type

Zawiera dane odpowiedzi dla operacji getById.

type SoftwareUpdateConfigurationMachineRunsGetByIdResponse =
  SoftwareUpdateConfigurationMachineRun & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationMachineRun
    }
  }