Udostępnij za pośrednictwem


SoftwareUpdateConfigurationsListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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