Sdílet prostřednictvím


SoftwareUpdateConfigurationsListResponse type

Obsahuje data odpovědi pro operaci výpisu.

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