次の方法で共有


SoftwareUpdateConfigurationsListResponse type

リスト操作の応答データが含まれます。

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