Delen via


SoftwareUpdateConfigurationRunsGetByIdResponse type

Bevat antwoordgegevens voor de getById-bewerking.

type SoftwareUpdateConfigurationRunsGetByIdResponse =
  SoftwareUpdateConfigurationRun & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationRun
    }
  }