Bagikan melalui


SoftwareUpdateConfigurationsListResponse type

Berisi data respons untuk operasi daftar.

type SoftwareUpdateConfigurationsListResponse =
  SoftwareUpdateConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationListResult
    }
  }