Bagikan melalui


SoftwareUpdateConfigurationRunsGetByIdResponse type

Berisi data respons untuk operasi getById.

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