Udostępnij przez


ListManagementImageListsGetAllImageListsResponse type

Zawiera dane odpowiedzi dla operacji getAllImageLists.

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