Compartir a través de


ListManagementImageListsRefreshIndexMethodResponse type

Contiene datos de respuesta para la operación refreshIndexMethod.

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