Condividi tramite


ListManagementImageListsRefreshIndexMethodResponse type

Contiene i dati di risposta per l'operazione refreshIndexMethod.

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