共用方式為


ListManagementImageListsCreateResponse type

包含建立作業的回應資料。

type ListManagementImageListsCreateResponse = ImageList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}