SnapshotGetResponse type

Содержит данные ответа для операции получения.

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