Delen via


ListManagementImageListsRefreshIndexMethodResponse type

Bevat antwoordgegevens voor de bewerking refreshIndexMethod.

type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RefreshIndex
  }
}