Bagikan melalui


SoftwareUpdateConfigurationRunsListResponse type

Berisi data respons untuk operasi daftar.

type SoftwareUpdateConfigurationRunsListResponse =
  SoftwareUpdateConfigurationRunListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationRunListResult
    }
  }