Partager via


SoftwareUpdateConfigurationRunsGetByIdResponse type

Contient des données de réponse pour l’opération getById.

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