SnapshotApplyResponse type

Contains response data for the apply operation.

type SnapshotApplyResponse = SnapshotApplyHeaders & {
  _response: msRest.HttpResponse & { parsedHeaders: SnapshotApplyHeaders }
}