Поделиться через


ListManagementImageListsUpdateResponse type

Содержит данные ответа для операции обновления.

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