Freigeben über


SoftwareUpdateConfigurationMachineRunsGetByIdResponse type

Enthält Antwortdaten für den getById-Vorgang.

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