Bagikan melalui


SoftwareUpdateConfigurationMachineRunsGetByIdResponse type

Berisi data respons untuk operasi getById.

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