SnapshotListResponse type

Contains response data for the list operation.

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