Delen via


SnapshotGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type SnapshotGetResponse = Snapshot & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Snapshot }
}