Condividi tramite


SnapshotListResponse type

Contiene i dati di risposta per l'operazione di elenco.

type SnapshotListResponse = Snapshot[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Snapshot[]
  }
}