ListManagementImageListsDeleteMethodResponse type

Contains response data for the deleteMethod operation.

type ListManagementImageListsDeleteMethodResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}