共用方式為


ListManagementImageListsGetAllImageListsResponse type

包含 getAllImageLists 作業的回應資料。

type ListManagementImageListsGetAllImageListsResponse = ImageList[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImageList[]
  }
}