Delen via


ListManagementImageListsGetDetailsResponse type

Bevat antwoordgegevens voor de bewerking getDetails.

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