共用方式為


ListManagementImageListsRefreshIndexMethodResponse type

包含 refreshIndexMethod 作業的回應資料。

type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RefreshIndex
  }
}