Udostępnij za pośrednictwem


ListManagementImageListsGetDetailsResponse type

Zawiera dane odpowiedzi dla operacji getDetails.

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