Freigeben über


SoftwareUpdateConfigurationsListResponse type

Enthält Antwortdaten für den Listenvorgang.

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